Skip to content

Commit

Permalink
chore(PEP8): pin flake8 until its plugins have caught up (#2133)
Browse files Browse the repository at this point in the history
  • Loading branch information
vytas7 committed Nov 27, 2022
1 parent 94808e7 commit e00f5cd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,8 @@ commands = {[smoke-test]commands}
# --------------------------------------------------------------------

[testenv:pep8]
deps = flake8>=3.7.0
# TODO(vytas): Unpin flake8 when the below plugins have caught up.
deps = flake8<6.0
flake8-quotes
flake8-import-order
commands = flake8 []
Expand All @@ -273,7 +274,8 @@ commands = flake8 \
[]

[testenv:pep8-examples]
deps = flake8
# TODO(vytas): Unpin flake8 when the below plugins have caught up.
deps = flake8<6.0
flake8-quotes
flake8-import-order

Expand Down

0 comments on commit e00f5cd

Please sign in to comment.