summaryrefslogtreecommitdiff
path: root/scripts/clean.sh
diff options
context:
space:
mode:
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 45e5688c..1a5b493e 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 --profile hug isort/ tests/
poetry run black isort/ tests/ -l 100