Skip to content

Commit

Permalink
Fix CI issue after flake8 update 5 → 6
Browse files Browse the repository at this point in the history
PyCQA/flake8#1760

Plugin flake8-quotes is currently incompatible with flake8 v6.
Work around by pinning flake8 until the flake8-quotes issue is fixed:
zheller/flake8-quotes#111 is merged.
  • Loading branch information
DimitriPapadopoulos committed Dec 1, 2022
1 parent 0414f4d commit a5e999a
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 @@ -13,7 +13,7 @@ setenv=

[testenv:flake8]
skip_install = true
deps = flake8
deps = flake8<6.0.0 # TODO remove pinned version once https://github.com/zheller/flake8-quotes/pull/111 is merged.
flake8-author
flake8-blind-except
flake8-bugbear
Expand Down

0 comments on commit a5e999a

Please sign in to comment.