Skip to content

Commit a512640

Browse files
[repo-helper] Configuration Update (#69)
* 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 061f6ea commit a512640

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ deps =
9595
flake8-github-actions>=0.1.0
9696
flake8-noqa>=1.1.0,<=1.2.2
9797
flake8-pyi>=20.10.0,<=22.8.0
98-
flake8-pytest-style>=1.3.0
98+
flake8-pytest-style>=1.3.0,<2
9999
flake8-quotes>=3.3.0
100100
flake8-slots>=0.1.0
101101
flake8-sphinx-links>=0.0.4
@@ -191,8 +191,8 @@ exclude_lines =
191191
raise NotImplementedError
192192
if 0:
193193
if False:
194-
if TYPE_CHECKING:
195-
if typing.TYPE_CHECKING:
194+
if TYPE_CHECKING
195+
if typing.TYPE_CHECKING
196196
if __name__ == .__main__.:
197197
198198
[check-wheel-contents]

0 commit comments

Comments
 (0)