Skip to content

Commit c4fe071

Browse files
authored
Pin flake8 version until flake8-quotes catches up. (#1227)
1 parent a2b7bee commit c4fe071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ basepython = python3.8
9090
skip_install = True
9191
commands = flake8 {toxinidir}
9292
deps =
93-
flake8
93+
flake8<6.0.0 # TODO remove this pinned version once https://github.com/zheller/flake8-quotes/pull/111 is merged.
9494
flake8-isort
9595
flake8-quotes
9696
flake8-black

0 commit comments

Comments
 (0)