File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/psf/black
3
- rev : 20.8b1
3
+ rev : 22.1.0
4
4
hooks :
5
5
- id : black
Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ filterwarnings=
9
9
# shopkeep/pytest-black#55
10
10
ignore:<class ' pytest_black.BlackItem' > is not using a cooperative constructor:pytest.PytestDeprecationWarning
11
11
ignore:The \(fspath. py.path.local\) argument to BlackItem is deprecated.:pytest.PytestDeprecationWarning
12
+ ignore:BlackItem is an Item subclass and should not be a collector:pytest.PytestWarning
12
13
13
14
# tholo/pytest-flake8#83
14
15
ignore:<class ' pytest_flake8.Flake8Item' > is not using a cooperative constructor:pytest.PytestDeprecationWarning
15
16
ignore:The \(fspath. py.path.local\) argument to Flake8Item is deprecated.:pytest.PytestDeprecationWarning
17
+ ignore:Flake8Item is an Item subclass and should not be a collector:pytest.PytestWarning
You can’t perform that action at this time.
0 commit comments