summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
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 d31f426c..e98e032d 100755
--- a/scripts/lint.sh
+++ b/scripts/lint.sh
@@ -8,4 +8,4 @@ poetry run black --check -l 100 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 safety check
-poetry run bandit -r isort/
+poetry run bandit -r isort/ -x isort/_vendored