Skip to content

Commit 3b86ccf

Browse files
[repo-helper] Configuration Update (#19)
* 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 b8d0d0a commit 3b86ccf

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
@@ -103,7 +103,7 @@ deps =
103103
flake8-github-actions>=0.1.0
104104
flake8-noqa>=1.1.0,<=1.2.2
105105
flake8-pyi>=20.10.0,<=22.8.0
106-
flake8-pytest-style>=1.3.0
106+
flake8-pytest-style>=1.3.0,<2
107107
flake8-quotes>=3.3.0
108108
flake8-slots>=0.1.0
109109
flake8-sphinx-links>=0.0.4
@@ -199,8 +199,8 @@ exclude_lines =
199199
raise NotImplementedError
200200
if 0:
201201
if False:
202-
if TYPE_CHECKING:
203-
if typing.TYPE_CHECKING:
202+
if TYPE_CHECKING
203+
if typing.TYPE_CHECKING
204204
if __name__ == .__main__.:
205205
206206
[pytest]

0 commit comments

Comments
 (0)