diff --git a/tox.ini b/tox.ini index a5f634635..39f044181 100644 --- a/tox.ini +++ b/tox.ini @@ -111,7 +111,7 @@ commands = sphinx-build -a -W -E -d releasenotes/build/doctrees --keep-going -b [testenv:bandit] deps = -r{toxinidir}/test-requirements.txt -commands = bandit -r watcher -x watcher/tests/* -n5 -ll -s B320 +commands = bandit -r watcher -x watcher/tests/* -n5 -ll [flake8] filename = *.py,app.wsgi