diff --git a/pre-commit-checks.sh b/pre-commit-checks.sh index 5cc69bc..d1be125 100644 --- a/pre-commit-checks.sh +++ b/pre-commit-checks.sh @@ -21,8 +21,8 @@ pytest --cov-report term-missing --cov=./template tests/ check_output "Unit tests" echo "**************** Bandit ****************" -bandit -r --skip B605,B607 . > /dev/null -check_output "Unit tests" +bandit -r --skip B605,B607,B311 . > /dev/null +check_output "Bandit tests" echo "**************** Typing ****************" mypy .