diff --git a/tox.ini b/tox.ini index 9d8698b..41657df 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ commands = stestr run --slowest {posargs} commands = doc8 doc/source/ CONTRIBUTING.rst HACKING.rst README.rst flake8 - bandit -r watcher_tempest_plugin -x tests -n5 -ll -s B320 + bandit -r watcher_tempest_plugin -x tests -n5 -ll [testenv:cover] setenv = @@ -60,7 +60,7 @@ commands = oslo_debug_helper {posargs} [testenv:bandit] deps = -r{toxinidir}/test-requirements.txt -commands = bandit -r watcher_tempest_plugin -x tests -n5 -ll -s B320 +commands = bandit -r watcher_tempest_plugin -x tests -n5 -ll show-source = True ignore = E123,E125