File tree 3 files changed +12
-7
lines changed
3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 17
17
.. image :: https://readthedocs.org/projects/importlib-metadata/badge/?version=latest
18
18
:target: https://importlib-metadata.readthedocs.io/en/latest/?badge=latest
19
19
20
- .. image :: https://img.shields.io/badge/skeleton-2021 -informational
20
+ .. image :: https://img.shields.io/badge/skeleton-2022 -informational
21
21
:target: https://blog.jaraco.com/skeleton
22
22
23
23
Original file line number Diff line number Diff line change @@ -5,3 +5,14 @@ doctest_optionflags=ALLOW_UNICODE ELLIPSIS
5
5
filterwarnings =
6
6
# Suppress deprecation warning in flake8
7
7
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