summaryrefslogtreecommitdiff
path: root/scripts/clean.sh
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-10-11 19:10:06 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2019-10-11 19:10:06 -0700
commitb85371a5bad023015f71ee25994ebfe5d6e2bc8d (patch)
tree94769f68584459d75158f2eaa5d3c99e73df222f /scripts/clean.sh
parent07b1e2e3f2dc186a4f53323c345b2f3a1cab6593 (diff)
downloadisort-b85371a5bad023015f71ee25994ebfe5d6e2bc8d.tar.gz
Add new scripts to eventually replace .env
Diffstat (limited to 'scripts/clean.sh')
-rw-r--r--scripts/clean.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/clean.sh b/scripts/clean.sh
new file mode 100644
index 00000000..c44d72ac
--- /dev/null
+++ b/scripts/clean.sh
@@ -0,0 +1,4 @@
+#!/bin/bash -xe
+
+poetry run isort --multi-line=3 --trailing-comma --force-grid-wrap=0 --use-parentheses --line-width=100 --recursive isort/ test_isort.py
+poetry run black isort/ tests_isort.py -l 100