summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-06-28 22:52:28 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2020-06-28 22:52:28 -0700
commite5e8633e77336fb3af43873e60130bf5dc550779 (patch)
treee0ab2a3beca7f191f9d03488b8d8daf148b6756b /scripts
parent3e1bc70ab44f2ccb6b051c809ade2eacfa7e11ec (diff)
downloadisort-e5e8633e77336fb3af43873e60130bf5dc550779.tar.gz
Add toml as a vendorized module
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