aboutsummaryrefslogtreecommitdiff
path: root/tests.local.sh
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-08-31 14:34:55 -0400
committerBobby <[email protected]>2022-08-31 14:34:55 -0400
commita90d3cfecf17c33ce8c376d0b3a0b5cb6f1c1153 (patch)
tree5b1066855b6b8163087be597d3c6fb00960bd9f6 /tests.local.sh
parent429da904ea21931ae2a901b01541b8989559747b (diff)
downloadedify-a90d3cfecf17c33ce8c376d0b3a0b5cb6f1c1153.tar.xz
edify-a90d3cfecf17c33ce8c376d0b3a0b5cb6f1c1153.zip
Added isort to script
Diffstat (limited to 'tests.local.sh')
-rwxr-xr-xtests.local.sh3
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