Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
This pins isort to a < 5.0 version, since it's no longer API compatible and
flake8 is broken with >= 5.0.

See PyCQA/isort#1273

Signed-off-by: Tycho Andersen <[email protected]>
  • Loading branch information
tych0 committed Jul 10, 2020
1 parent 36d69b0 commit c0e443a
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 @@ -40,7 +40,7 @@ commands =

[testenv:format]
deps =
isort
isort < 5.0
commands =
isort -y -rc {toxinidir}/libqtile {toxinidir}/bin/ {toxinidir}/test

Expand Down

0 comments on commit c0e443a

Please sign in to comment.