diff options
| author | r-richmond <rrichmond.gh@gmail.com> | 2020-07-05 15:28:38 -0700 |
|---|---|---|
| committer | r-richmond <rrichmond.gh@gmail.com> | 2020-07-05 15:30:07 -0700 |
| commit | b13f8fdabc46c8308b94ec385474a4a1486e93e7 (patch) | |
| tree | b2af56c960f023f19ee285d2630d90dd6712a937 /scripts/clean.sh | |
| parent | 5ab7fa6b6217991433a0ebddaa242dd18a47d20d (diff) | |
| download | isort-b13f8fdabc46c8308b94ec385474a4a1486e93e7.tar.gz | |
Standarize black config
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 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/ |
