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 af4dde4 commit a85bd8aCopy full SHA for a85bd8a
tox.ini
@@ -110,7 +110,7 @@ deps =
110
flake8-github-actions>=0.1.0
111
flake8-noqa>=1.1.0,<=1.2.2
112
flake8-pyi>=20.10.0,<=22.8.0
113
- flake8-pytest-style>=1.3.0
+ flake8-pytest-style>=1.3.0,<2
114
flake8-quotes>=3.3.0
115
flake8-slots>=0.1.0
116
flake8-sphinx-links>=0.0.4
@@ -208,8 +208,8 @@ exclude_lines =
208
raise NotImplementedError
209
if 0:
210
if False:
211
- if TYPE_CHECKING:
212
- if typing.TYPE_CHECKING:
+ if TYPE_CHECKING
+ if typing.TYPE_CHECKING
213
if __name__ == .__main__.:
214
215
[check-wheel-contents]
0 commit comments