Skip to content

Commit

Permalink
Restore check-only flag for isort
Browse files Browse the repository at this point in the history
modified:   tox.ini
  • Loading branch information
jugmac00 committed Oct 8, 2020
1 parent 3177006 commit 05ef2f5
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 @@ -47,6 +47,6 @@ deps =
flake8-blind-except
flake8-commas
commands =
isort --diff {toxinidir}/src setup.py
isort --check-only --diff {toxinidir}/src setup.py
flake8 --doctests src setup.py {posargs}
isort --version

0 comments on commit 05ef2f5

Please sign in to comment.