Skip to content

Commit

Permalink
Add isort to tox checkqa
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani authored and bluetech committed Oct 17, 2021
1 parent f2e80f6 commit 864ef61
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 @@ -54,10 +54,12 @@ extras =
deps =
flake8
mypy==0.910
isort
commands =
flake8 --version
flake8 --statistics {posargs:pytest_django pytest_django_test tests}
mypy {posargs:pytest_django pytest_django_test tests}
isort --check-only --diff pytest_django pytest_django_test tests

[testenv:doc8]
extras =
Expand Down

0 comments on commit 864ef61

Please sign in to comment.