1
0

Remove options from isort that aren't part of 5.x

`-y` and `-rc` are now default behaviour and no longer exist.

`dont-skip` is no longer required

https://timothycrosley.github.io/isort/CHANGELOG/#500-penny-july-4-2020
This commit is contained in:
Will Hunt
2020-07-05 14:25:44 +01:00
parent 5cdca53aa0
commit 90a5975c7b
2 changed files with 1 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ else
fi
echo "Linting these locations: $files"
isort -y -rc $files
isort $files
python3 -m black $files
./scripts-dev/config-lint.sh
flake8 $files