Use fix-encoding-pragma pre-commit hook
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
def test_init():
|
||||
pass
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
def test_foo():
|
||||
pass
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
def pytest_ignore_collect(path):
|
||||
return False
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
def test():
|
||||
pass
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
def test():
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user