summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2021-05-03 22:35:33 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2021-05-03 22:35:33 -0700
commita44885a4a243182e0ecc43d516b06e16f3903f21 (patch)
treef17a3ed38a1af0af7b1e991572623035667a2dd2 /scripts
parent7745d815f9064985dc19c1d581588614844c1031 (diff)
downloadisort-a44885a4a243182e0ecc43d516b06e16f3903f21.tar.gz
Bump to latest cruft template
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 99202786..ece33be7 100755
--- a/scripts/lint.sh
+++ b/scripts/lint.sh
@@ -7,5 +7,5 @@ poetry run black --target-version py36 --check .
poetry run isort --profile hug --check --diff isort/ tests/
poetry run isort --profile hug --check --diff example_isort_formatting_plugin/
poetry run flake8 isort/ tests/
-poetry run safety check -i 39462
+poetry run safety check -i 39462 -i 40291
poetry run bandit -r isort/ -x isort/_vendored