We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e80f6 commit 864ef61Copy full SHA for 864ef61
1 file changed
tox.ini
@@ -54,10 +54,12 @@ extras =
54
deps =
55
flake8
56
mypy==0.910
57
+ isort
58
commands =
59
flake8 --version
60
flake8 --statistics {posargs:pytest_django pytest_django_test tests}
61
mypy {posargs:pytest_django pytest_django_test tests}
62
+ isort --check-only --diff pytest_django pytest_django_test tests
63
64
[testenv:doc8]
65
extras =
0 commit comments