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 b8d0d0a commit 3b86ccfCopy full SHA for 3b86ccf
tox.ini
@@ -103,7 +103,7 @@ deps =
103
flake8-github-actions>=0.1.0
104
flake8-noqa>=1.1.0,<=1.2.2
105
flake8-pyi>=20.10.0,<=22.8.0
106
- flake8-pytest-style>=1.3.0
+ flake8-pytest-style>=1.3.0,<2
107
flake8-quotes>=3.3.0
108
flake8-slots>=0.1.0
109
flake8-sphinx-links>=0.0.4
@@ -199,8 +199,8 @@ exclude_lines =
199
raise NotImplementedError
200
if 0:
201
if False:
202
- if TYPE_CHECKING:
203
- if typing.TYPE_CHECKING:
+ if TYPE_CHECKING
+ if typing.TYPE_CHECKING
204
if __name__ == .__main__.:
205
206
[pytest]
0 commit comments