Skip to content

Commit a85bd8a

Browse files
[repo-helper] Configuration Update (#44)
* 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 af4dde4 commit a85bd8a

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
@@ -110,7 +110,7 @@ deps =
110110
flake8-github-actions>=0.1.0
111111
flake8-noqa>=1.1.0,<=1.2.2
112112
flake8-pyi>=20.10.0,<=22.8.0
113-
flake8-pytest-style>=1.3.0
113+
flake8-pytest-style>=1.3.0,<2
114114
flake8-quotes>=3.3.0
115115
flake8-slots>=0.1.0
116116
flake8-sphinx-links>=0.0.4
@@ -208,8 +208,8 @@ exclude_lines =
208208
raise NotImplementedError
209209
if 0:
210210
if False:
211-
if TYPE_CHECKING:
212-
if typing.TYPE_CHECKING:
211+
if TYPE_CHECKING
212+
if typing.TYPE_CHECKING
213213
if __name__ == .__main__.:
214214
215215
[check-wheel-contents]

0 commit comments

Comments
 (0)