|
@@ -87,4 +87,4 @@ commands =
|
|
pydocstyle {toxinidir}/celery
|
|
pydocstyle {toxinidir}/celery
|
|
|
|
|
|
[testenv:isort-check]
|
|
[testenv:isort-check]
|
|
-commands = isort --project celery --order-by-type -rc -c {toxinidir}/celery {toxinidir}/t
|
|
|
|
|
|
+commands = isort --project celery --diff --order-by-type -rc -c {toxinidir}/celery {toxinidir}/t
|