Skip to content

Commit 864ef61

Browse files
hramezanibluetech
authored andcommitted
Add isort to tox checkqa
1 parent f2e80f6 commit 864ef61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,12 @@ extras =
5454
deps =
5555
flake8
5656
mypy==0.910
57+
isort
5758
commands =
5859
flake8 --version
5960
flake8 --statistics {posargs:pytest_django pytest_django_test tests}
6061
mypy {posargs:pytest_django pytest_django_test tests}
62+
isort --check-only --diff pytest_django pytest_django_test tests
6163

6264
[testenv:doc8]
6365
extras =

0 commit comments

Comments
 (0)