pre-commit run fix-encoding-pragma --all-files
This commit is contained in:
committed by
Bruno Oliveira
parent
99057555e1
commit
5034399d7a
@@ -1,3 +1,2 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
def test_init():
|
||||
pass
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
def test_foo():
|
||||
pass
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
def pytest_ignore_collect(path):
|
||||
return False
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
def test():
|
||||
pass
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
def test():
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user