Add and run fix-encoding-pragma hook

This commit is contained in:
Chris Kuehl 2016-01-08 15:42:09 -08:00
parent 69585dcfab
commit 85817b6f4e
76 changed files with 79 additions and 7 deletions

View file

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import print_function
from __future__ import unicode_literals

View file

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import print_function
from __future__ import unicode_literals

View file

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from pre_commit import git
from pre_commit.file_classifier.classifier import classify

View file

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import print_function
from __future__ import unicode_literals

View file

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import print_function
from __future__ import unicode_literals