summaryrefslogtreecommitdiff
path: root/scripts/clean.sh
diff options
context:
space:
mode:
authorr-richmond <rrichmond.gh@gmail.com>2020-07-05 15:28:38 -0700
committerr-richmond <rrichmond.gh@gmail.com>2020-07-05 15:30:07 -0700
commitb13f8fdabc46c8308b94ec385474a4a1486e93e7 (patch)
treeb2af56c960f023f19ee285d2630d90dd6712a937 /scripts/clean.sh
parent5ab7fa6b6217991433a0ebddaa242dd18a47d20d (diff)
downloadisort-b13f8fdabc46c8308b94ec385474a4a1486e93e7.tar.gz
Standarize black config
Diffstat (limited to 'scripts/clean.sh')
-rwxr-xr-xscripts/clean.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/clean.sh b/scripts/clean.sh
index d3aa1e6b..c29f4482 100755
--- a/scripts/clean.sh
+++ b/scripts/clean.sh
@@ -2,4 +2,4 @@
set -euxo pipefail
poetry run isort --profile hug isort/ tests/ scripts/
-poetry run black isort/ tests/ scripts/ -l 100
+poetry run black isort/ tests/ scripts/