Skip to content

Commit

Permalink
Add --diff flag in isort in order to display changes (celery#4469)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepsarakis authored and auvipy committed Jan 3, 2018
1 parent c8f9b7f commit 9ab0971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9ab0971

Please sign in to comment.