remove bandit, too many false positive

This commit is contained in:
simon
2022-01-22 17:52:13 +07:00
parent b64a2f8195
commit c57d6c73cc
2 changed files with 1 additions and 4 deletions

View File

@@ -85,9 +85,7 @@ function validate {
fi
echo "run validate on $check_path"
echo "running bandit"
bandit --recursive --skip B105,B108,B404,B603,B607 "$check_path"
echo "running black"
black --diff --color --check -l 79 "$check_path"
echo "running codespell"