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 compatible with flake8 6.0 starting with 3.3.2:
zheller/flake8-quotes#111 is merged.
  • Loading branch information
DimitriPapadopoulos committed Jun 18, 2023
1 parent 6665e45 commit 87b7782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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<6.0
deps = flake8
flake8-author
flake8-blind-except
flake8-bugbear
Expand All @@ -24,7 +24,7 @@ deps = flake8<6.0
flake8-exact-pin
flake8-isort
flake8-print
flake8-quotes
flake8-quotes>=3.3.2 # for compatibility with flake8 6.0
flake8-tidy-imports
flake8-tuple
pep8-naming
Expand Down

0 comments on commit 87b7782

Please sign in to comment.