Skip to content

Commit 94ecdfb

Browse files
[repo-helper] Configuration Update (#40)
* 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 7a74e9d commit 94ecdfb

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
@@ -90,7 +90,7 @@ deps =
9090
flake8-github-actions>=0.1.0
9191
flake8-noqa>=1.1.0,<=1.2.2
9292
flake8-pyi>=20.10.0,<=22.8.0
93-
flake8-pytest-style>=1.3.0
93+
flake8-pytest-style>=1.3.0,<2
9494
flake8-quotes>=3.3.0
9595
flake8-slots>=0.1.0
9696
flake8-sphinx-links>=0.0.4
@@ -185,8 +185,8 @@ exclude_lines =
185185
raise NotImplementedError
186186
if 0:
187187
if False:
188-
if TYPE_CHECKING:
189-
if typing.TYPE_CHECKING:
188+
if TYPE_CHECKING
189+
if typing.TYPE_CHECKING
190190
if __name__ == .__main__.:
191191
192192
[check-wheel-contents]

0 commit comments

Comments
 (0)