Skip to content

Commit c6a6d5a

Browse files
[repo-helper] Configuration Update (#39)
* 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 e6a99f2 commit c6a6d5a

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
@@ -100,7 +100,7 @@ deps =
100100
flake8-github-actions>=0.1.0
101101
flake8-noqa>=1.1.0,<=1.2.2
102102
flake8-pyi>=20.10.0,<=22.8.0
103-
flake8-pytest-style>=1.3.0
103+
flake8-pytest-style>=1.3.0,<2
104104
flake8-quotes>=3.3.0
105105
flake8-slots>=0.1.0
106106
flake8-sphinx-links>=0.0.4
@@ -196,8 +196,8 @@ exclude_lines =
196196
raise NotImplementedError
197197
if 0:
198198
if False:
199-
if TYPE_CHECKING:
200-
if typing.TYPE_CHECKING:
199+
if TYPE_CHECKING
200+
if typing.TYPE_CHECKING
201201
if __name__ == .__main__.:
202202
203203
[check-wheel-contents]

0 commit comments

Comments
 (0)