diff options
| -rwxr-xr-x | tests.local.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests.local.sh b/tests.local.sh index f773fa9..2ced739 100755 --- a/tests.local.sh +++ b/tests.local.sh @@ -1,6 +1,9 @@ # Clean tox environment tox -e clean +# Sort imports +isort . + # Run Tests tox -e check -v |
