summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-10-12 00:06:09 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2019-10-12 00:06:09 -0700
commit4ded9d897531796479b8b6bdb4f1b10916b77488 (patch)
treed33a9a5d739f1e5331dbdb048476389424f3ccd9 /scripts
parent7f8553a45387502235a8d9be494da7068afb27fe (diff)
downloadisort-4ded9d897531796479b8b6bdb4f1b10916b77488.tar.gz
Ignore black / flake8 differences
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/lint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lint.sh b/scripts/lint.sh
index 22107de1..3698d742 100755
--- a/scripts/lint.sh
+++ b/scripts/lint.sh
@@ -3,6 +3,6 @@
poetry run mypy --ignore-missing-imports isort/
poetry run isort --multi-line=3 --trailing-comma --force-grid-wrap=0 --use-parentheses --line-width=100 --recursive --check --diff --recursive isort/ test_isort.py
poetry run black --check -l 100 isort/ test_isort.py
-poetry run flake8 isort/ tests/ --max-line 100 --ignore F403,F401,W503
+poetry run flake8 isort/ tests/ --max-line 100 --ignore F403,F401,W503,E203
poetry run safety check
poetry run bandit -r isort/