File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed
Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1717.. image :: https://readthedocs.org/projects/importlib-metadata/badge/?version=latest
1818 :target: https://importlib-metadata.readthedocs.io/en/latest/?badge=latest
1919
20- .. image :: https://img.shields.io/badge/skeleton-2021 -informational
20+ .. image :: https://img.shields.io/badge/skeleton-2022 -informational
2121 :target: https://blog.jaraco.com/skeleton
2222
2323
Original file line number Diff line number Diff line change @@ -5,3 +5,14 @@ doctest_optionflags=ALLOW_UNICODE ELLIPSIS
55filterwarnings =
66 # Suppress deprecation warning in flake8
77 ignore:SelectableGroups dict interface is deprecated::flake8
8+
9+ # shopkeep/pytest-black#55
10+ ignore:<class ' pytest_black.BlackItem' > is not using a cooperative constructor:pytest.PytestDeprecationWarning
11+ ignore:The \(fspath. py.path.local\) argument to BlackItem is deprecated.:pytest.PytestDeprecationWarning
12+
13+ # tholo/pytest-flake8#83
14+ ignore:<class ' pytest_flake8.Flake8Item' > is not using a cooperative constructor:pytest.PytestDeprecationWarning
15+ ignore:The \(fspath. py.path.local\) argument to Flake8Item is deprecated.:pytest.PytestDeprecationWarning
16+
17+ # dbader/pytest-mypy#131
18+ ignore:The \(fspath. py.path.local\) argument to MypyFile is deprecated.:pytest.PytestDeprecationWarning
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments