Skip to content

Commit

Permalink
Pin flake8 version until flake8-quotes catches up. (#1227)
Browse files Browse the repository at this point in the history
  • Loading branch information
n2ygk committed Dec 5, 2022
1 parent a2b7bee commit c4fe071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ basepython = python3.8
skip_install = True
commands = flake8 {toxinidir}
deps =
flake8
flake8<6.0.0 # TODO remove this pinned version once https://github.com/zheller/flake8-quotes/pull/111 is merged.
flake8-isort
flake8-quotes
flake8-black
Expand Down

0 comments on commit c4fe071

Please sign in to comment.