Skip to content

Commit

Permalink
lint: update isort to version >=5 (qtile#1911)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-col authored Sep 14, 2020
1 parent 0ae13ce commit ba986d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ ignore =

[tool:isort]
line_length = 80
not_skip = __init__.py
multi_line_output = 3
force_single_line = false
balanced_wrapping = true
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ commands =

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

[testenv:pep8]
deps =
Expand Down

0 comments on commit ba986d5

Please sign in to comment.