Merge "Enable bandit checks in tox"

This commit is contained in:
Zuul 2019-05-02 14:52:56 +00:00 committed by Gerrit Code Review
commit 1f88747974
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ commands =
bash -c {toxinidir}/tools/gate/whitespace-linter.sh
yapf -dr {toxinidir}/spyglass {toxinidir}/setup.py
flake8 {toxinidir}/spyglass
bandit -r spyglass -n 5
whitelist_externals =
bash