We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a99f2 commit c6a6d5aCopy full SHA for c6a6d5a
tox.ini
@@ -100,7 +100,7 @@ deps =
100
flake8-github-actions>=0.1.0
101
flake8-noqa>=1.1.0,<=1.2.2
102
flake8-pyi>=20.10.0,<=22.8.0
103
- flake8-pytest-style>=1.3.0
+ flake8-pytest-style>=1.3.0,<2
104
flake8-quotes>=3.3.0
105
flake8-slots>=0.1.0
106
flake8-sphinx-links>=0.0.4
@@ -196,8 +196,8 @@ exclude_lines =
196
raise NotImplementedError
197
if 0:
198
if False:
199
- if TYPE_CHECKING:
200
- if typing.TYPE_CHECKING:
+ if TYPE_CHECKING
+ if typing.TYPE_CHECKING
201
if __name__ == .__main__.:
202
203
[check-wheel-contents]
0 commit comments