summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorbarrelful <unvaguely_lay@aleeas.com>2022-12-11 15:59:14 +0100
committerbarrelful <unvaguely_lay@aleeas.com>2022-12-11 15:59:14 +0100
commit32f1f28c7d3a71a68e93223f56a7f60077e54176 (patch)
treeea83c20ffba6a78599c49aa2b3f23f8b9ca354d8 /scripts
parent864ef260875ddc83fcc7492fec7040704c00645c (diff)
downloadisort-32f1f28c7d3a71a68e93223f56a7f60077e54176.tar.gz
Fix safety errors
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 144cc858..413137ae 100755
--- a/scripts/lint.sh
+++ b/scripts/lint.sh
@@ -7,5 +7,5 @@ poetry run black --target-version py37 --check .
poetry run isort --profile hug --check --diff isort/ tests/
poetry run isort --profile hug --check --diff example_*/
poetry run flake8 isort/ tests/
-poetry run safety check -i 39462 -i 40291 -i 43453 -i 44717 -i 44716 -i 44715 -i 47794
+poetry run safety check -i 39462 -i 40291 -i 43453 -i 44717 -i 44716 -i 44715 -i 47794 -i 49337 -i 50870 -i 51457 -i 51499
poetry run bandit -r isort/ -x isort/_vendored