Skip to content

Commit 06a6994

Browse files
[repo-helper] Configuration Update (#28)
* 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 c5ffd09 commit 06a6994

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
@@ -121,7 +121,7 @@ deps =
121121
flake8-github-actions>=0.1.0
122122
flake8-noqa>=1.1.0,<=1.2.2
123123
flake8-pyi>=20.10.0,<=22.8.0
124-
flake8-pytest-style>=1.3.0
124+
flake8-pytest-style>=1.3.0,<2
125125
flake8-quotes>=3.3.0
126126
flake8-slots>=0.1.0
127127
flake8-sphinx-links>=0.0.4
@@ -216,8 +216,8 @@ exclude_lines =
216216
raise NotImplementedError
217217
if 0:
218218
if False:
219-
if TYPE_CHECKING:
220-
if typing.TYPE_CHECKING:
219+
if TYPE_CHECKING
220+
if typing.TYPE_CHECKING
221221
if __name__ == .__main__.:
222222
223223
[check-wheel-contents]

0 commit comments

Comments
 (0)