summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-10-21 01:33:25 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2019-10-21 01:33:25 -0700
commit8f0d26f53dcf5d1f187d8c8f8b3374a28e54dd64 (patch)
tree5ba3026392b8bf93fb915b6059895f57a2bbf1c9 /scripts
parentbfea1ac83883418113ce7c44a0fc37c2a8dadae4 (diff)
downloadisort-8f0d26f53dcf5d1f187d8c8f8b3374a28e54dd64.tar.gz
First working implementation
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/clean.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/clean.sh b/scripts/clean.sh
index 45e5688c..57bed200 100755
--- a/scripts/clean.sh
+++ b/scripts/clean.sh
@@ -1,5 +1,5 @@
#!/bin/bash
set -euxo pipefail
-poetry run isort --multi-line=3 --trailing-comma --force-grid-wrap=0 --use-parentheses --line-width=100 --recursive isort/ tests/
+# poetry run isort --multi-line=3 --trailing-comma --force-grid-wrap=0 --use-parentheses --line-width=100 --recursive isort/ tests/
poetry run black isort/ tests/ -l 100