Browse Source

Add --diff flag in isort in order to display changes (#4469)

George Psarakis 7 years ago
parent
commit
9ab0971fe2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

@@ -87,4 +87,4 @@ commands =
     pydocstyle {toxinidir}/celery
 
 [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