root: run bandit as part of pre-commit

This commit is contained in:
Jens Langhammer
2020-02-21 09:03:59 +01:00
parent 93ba4b7f62
commit 32a15f84c0
2 changed files with 5 additions and 3 deletions

View File

@ -2,5 +2,6 @@
isort -rc passbook
black passbook
scripts/coverage.sh
bandit -r passbook
pylint passbook
prospector