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 074a5af commit 8304947Copy full SHA for 8304947
tox.ini
@@ -118,7 +118,7 @@ deps =
118
flake8-github-actions>=0.1.0
119
flake8-noqa>=1.1.0,<=1.2.2
120
flake8-pyi>=20.10.0,<=22.8.0
121
- flake8-pytest-style>=1.3.0
+ flake8-pytest-style>=1.3.0,<2
122
flake8-quotes>=3.3.0
123
flake8-slots>=0.1.0
124
flake8-sphinx-links>=0.0.4
@@ -228,8 +228,8 @@ exclude_lines =
228
raise NotImplementedError
229
if 0:
230
if False:
231
- if TYPE_CHECKING:
232
- if typing.TYPE_CHECKING:
+ if TYPE_CHECKING
+ if typing.TYPE_CHECKING
233
if __name__ == .__main__.:
234
235
[check-wheel-contents]
0 commit comments