Merge "Add `--skip B104` for Bandit issues"

This commit is contained in:
Jenkins 2017-04-14 05:04:47 +00:00 committed by Gerrit Code Review
commit 5a6964b78e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ commands =
flake8 {posargs}
[testenv:bandit]
commands = bandit -r murano -x tests -n 5 -ll
commands = bandit -r murano -x tests -n 5 -ll --skip B104
[testenv:venv]
commands = {posargs}