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 693c036 commit 34ddf43Copy full SHA for 34ddf43
tox.ini
@@ -124,7 +124,7 @@ deps =
124
flake8-github-actions>=0.1.0
125
flake8-noqa>=1.1.0,<=1.2.2
126
flake8-pyi>=20.10.0,<=22.8.0
127
- flake8-pytest-style>=1.3.0
+ flake8-pytest-style>=1.3.0,<2
128
flake8-quotes>=3.3.0
129
flake8-slots>=0.1.0
130
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
omit = */test/*
206
*/.tox/*
0 commit comments