diff options
| author | Timothy Crosley <timothy.crosley@gmail.com> | 2020-05-25 23:59:34 -0700 |
|---|---|---|
| committer | Timothy Crosley <timothy.crosley@gmail.com> | 2020-05-25 23:59:34 -0700 |
| commit | 7d7a49dd69c2657b60950712fe5f407133af6ee1 (patch) | |
| tree | 130a5d2aa161eacb0670a7dc4462e9a1145e38a2 /scripts | |
| parent | e42438224744649f5157c1d6fbd768cd9ed0463a (diff) | |
| download | isort-7d7a49dd69c2657b60950712fe5f407133af6ee1.tar.gz | |
Auto clean scripts
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/clean.sh | 4 |
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 |
