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 061f6ea commit a512640Copy full SHA for a512640
tox.ini
@@ -95,7 +95,7 @@ deps =
95
flake8-github-actions>=0.1.0
96
flake8-noqa>=1.1.0,<=1.2.2
97
flake8-pyi>=20.10.0,<=22.8.0
98
- flake8-pytest-style>=1.3.0
+ flake8-pytest-style>=1.3.0,<2
99
flake8-quotes>=3.3.0
100
flake8-slots>=0.1.0
101
flake8-sphinx-links>=0.0.4
@@ -191,8 +191,8 @@ exclude_lines =
191
raise NotImplementedError
192
if 0:
193
if False:
194
- if TYPE_CHECKING:
195
- if typing.TYPE_CHECKING:
+ if TYPE_CHECKING
+ if typing.TYPE_CHECKING
196
if __name__ == .__main__.:
197
198
[check-wheel-contents]
0 commit comments