summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2022-05-12 14:13:00 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2022-05-12 14:13:00 -0700
commitf82ecc96e0a6bbebdea4431d99aed8c9855e94ae (patch)
tree35d32a06a0fa9a0e67df12a583c5b78d47ffc41d /scripts
parent9e4b5ee05264e6e566b18bea88b3073abd4b1014 (diff)
downloadisort-f82ecc96e0a6bbebdea4431d99aed8c9855e94ae.tar.gz
Ignore some safety errors for numpy for pragmatic reasons
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 6db1f8f7..17317182 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_*/
poetry run flake8 isort/ tests/
-poetry run safety check -i 39462 -i 40291
+poetry run safety check -i 39462 -i 40291 -i 43453 -i 44717 -i 44716 -i 44715 -i 47794
poetry run bandit -r isort/ -x isort/_vendored