We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284359e commit f18255fCopy full SHA for f18255f
pytest.ini
@@ -17,3 +17,6 @@ filterwarnings=
17
ignore:<class 'pytest_flake8.Flake8Item'> is not using a cooperative constructor:pytest.PytestDeprecationWarning
18
ignore:The \(fspath. py.path.local\) argument to Flake8Item is deprecated.:pytest.PytestDeprecationWarning
19
ignore:Flake8Item is an Item subclass and should not be a collector:pytest.PytestWarning
20
+
21
+ # shopkeep/pytest-black#67
22
+ ignore:'encoding' argument not specified::pytest_black
0 commit comments