summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-05-25 23:59:34 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2020-05-25 23:59:34 -0700
commit7d7a49dd69c2657b60950712fe5f407133af6ee1 (patch)
tree130a5d2aa161eacb0670a7dc4462e9a1145e38a2 /scripts
parente42438224744649f5157c1d6fbd768cd9ed0463a (diff)
downloadisort-7d7a49dd69c2657b60950712fe5f407133af6ee1.tar.gz
Auto clean scripts
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/clean.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/clean.sh b/scripts/clean.sh
index 1a5b493e..d3aa1e6b 100755
--- a/scripts/clean.sh
+++ b/scripts/clean.sh
@@ -1,5 +1,5 @@
#!/bin/bash
set -euxo pipefail
-poetry run isort --profile hug isort/ tests/
-poetry run black isort/ tests/ -l 100
+poetry run isort --profile hug isort/ tests/ scripts/
+poetry run black isort/ tests/ scripts/ -l 100