Skip to content

Commit

Permalink
Restore flags 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 67798fa commit 3abe337
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 @@ -94,7 +94,7 @@ deps =
#flake8-quotes

commands =
isort {toxinidir}/src setup.py
isort --check-only --diff {toxinidir}/src setup.py
flake8 src docs setup.py

[testenv:pre-commit]
Expand Down

0 comments on commit 3abe337

Please sign in to comment.