summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTamas Szabo <szabtam@gmail.com>2020-07-27 07:41:11 +0300
committerTamas Szabo <szabtam@gmail.com>2020-07-27 07:41:11 +0300
commitdef4fe17e93398180fcb6cfee69c67610173b260 (patch)
tree9cdc47486957c4fc33e7579a4319b766bf4435ec /scripts
parent57eb70a4c70311f6b1748062853ded38f7fec366 (diff)
downloadisort-def4fe17e93398180fcb6cfee69c67610173b260.tar.gz
Flake8 config cleanup.
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 086e9112..6d754e03 100755
--- a/scripts/lint.sh
+++ b/scripts/lint.sh
@@ -5,6 +5,6 @@ poetry run cruft check
poetry run mypy --ignore-missing-imports isort/
poetry run black --check isort/ tests/
poetry run isort --profile hug --check --diff isort/ tests/
-poetry run flake8 isort/ tests/ --max-line 100 --ignore F403,F401,W503,E203
+poetry run flake8 isort/ tests/
poetry run safety check
poetry run bandit -r isort/ -x isort/_vendored