Skip to content

Commit 4bcd1e6

Browse files
committed
2 parents 5b07ba5 + 04fe68a commit 4bcd1e6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 20.8b1
3+
rev: 22.1.0
44
hooks:
55
- id: black

pytest.ini

+2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ filterwarnings=
99
# shopkeep/pytest-black#55
1010
ignore:<class 'pytest_black.BlackItem'> is not using a cooperative constructor:pytest.PytestDeprecationWarning
1111
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
1213

1314
# tholo/pytest-flake8#83
1415
ignore:<class 'pytest_flake8.Flake8Item'> is not using a cooperative constructor:pytest.PytestDeprecationWarning
1516
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

0 commit comments

Comments
 (0)