summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2021-02-03 22:33:27 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2021-02-03 22:33:27 -0800
commitd10aeefb1bb6355d3ef14cdaa0ee645be9132c5b (patch)
treef5c75d93873fc6ad59a01edfed1811da7d232e93 /scripts
parent20e0c6fe5ba39071f9cb04ef2a10f02309fa2157 (diff)
downloadisort-d10aeefb1bb6355d3ef14cdaa0ee645be9132c5b.tar.gz
Update cruft
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 b8eb14da..99202786 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
+poetry run safety check -i 39462
poetry run bandit -r isort/ -x isort/_vendored