Use fix-encoding-pragma pre-commit hook

This commit is contained in:
Anthony Sottile
2019-05-14 15:56:31 -07:00
parent 7573747cda
commit dc75b6af47
188 changed files with 206 additions and 45 deletions

View File

@@ -1,2 +1,3 @@
# -*- coding: utf-8 -*-
def test_init():
pass

View File

@@ -1,2 +1,3 @@
# -*- coding: utf-8 -*-
def test_foo():
pass

View File

@@ -1,2 +1,3 @@
# -*- coding: utf-8 -*-
def pytest_ignore_collect(path):
return False

View File

@@ -1,2 +1,3 @@
# -*- coding: utf-8 -*-
def test():
pass

View File

@@ -1,2 +1,3 @@
# -*- coding: utf-8 -*-
def test():
pass