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 c5ffd09 commit 06a6994Copy full SHA for 06a6994
tox.ini
@@ -121,7 +121,7 @@ deps =
121
flake8-github-actions>=0.1.0
122
flake8-noqa>=1.1.0,<=1.2.2
123
flake8-pyi>=20.10.0,<=22.8.0
124
- flake8-pytest-style>=1.3.0
+ flake8-pytest-style>=1.3.0,<2
125
flake8-quotes>=3.3.0
126
flake8-slots>=0.1.0
127
flake8-sphinx-links>=0.0.4
@@ -216,8 +216,8 @@ exclude_lines =
216
raise NotImplementedError
217
if 0:
218
if False:
219
- if TYPE_CHECKING:
220
- if typing.TYPE_CHECKING:
+ if TYPE_CHECKING
+ if typing.TYPE_CHECKING
221
if __name__ == .__main__.:
222
223
[check-wheel-contents]
0 commit comments