diff --git a/tox.ini b/tox.ini index e9a52b9c..b5616a51 100644 --- a/tox.ini +++ b/tox.ini @@ -45,16 +45,6 @@ commands = --cov-report=html \ {posargs} -[testenv:bandit] -commands = - uvx --with bandit \ - bandit \ - # B113:request_without_timeout is broken: - # https://github.com/PyCQA/bandit/issues/996 - --skip B113 \ - --exclude functional-tests,greenwave/tests \ - --recursive greenwave - [testenv:semgrep] commands = uvx --with semgrep \