Skip to content

Commit

Permalink
Add isort to tox
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Sep 29, 2023
1 parent 8cfd52f commit 37e7e4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@ commands =
[testenv:linters]
deps =
{[testenv:black]deps}
{[testenv:isort]deps}
flake8
commands =
black -v --check {toxinidir}/plugins {toxinidir}/tests
isort --check-only --diff {toxinidir}/plugins {toxinidir}/tests
flake8 {posargs} {toxinidir}/plugins {toxinidir}/tests

[flake8]
Expand Down

0 comments on commit 37e7e4a

Please sign in to comment.