diff options
Diffstat (limited to 'scripts/clean.sh')
| -rwxr-xr-x | scripts/clean.sh | 2 |
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 |
