Skip to content

Commit 8304947

Browse files
[repo-helper] Configuration Update (#112)
* Updated files with 'repo_helper'. * Updated files with 'repo_helper'. --------- Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 074a5af commit 8304947

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ deps =
118118
flake8-github-actions>=0.1.0
119119
flake8-noqa>=1.1.0,<=1.2.2
120120
flake8-pyi>=20.10.0,<=22.8.0
121-
flake8-pytest-style>=1.3.0
121+
flake8-pytest-style>=1.3.0,<2
122122
flake8-quotes>=3.3.0
123123
flake8-slots>=0.1.0
124124
flake8-sphinx-links>=0.0.4
@@ -228,8 +228,8 @@ exclude_lines =
228228
raise NotImplementedError
229229
if 0:
230230
if False:
231-
if TYPE_CHECKING:
232-
if typing.TYPE_CHECKING:
231+
if TYPE_CHECKING
232+
if typing.TYPE_CHECKING
233233
if __name__ == .__main__.:
234234
235235
[check-wheel-contents]

0 commit comments

Comments
 (0)