Merge "infra: Remove 'bandit' tox environment"

This commit is contained in:
Zuul 2024-12-07 02:43:22 +00:00 committed by Gerrit Code Review
commit 995f78156a

View File

@ -135,10 +135,6 @@ commands =
rm -rf api-ref/build
sphinx-build -W -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html
[testenv:bandit]
deps = -r{toxinidir}/test-requirements.txt
commands = bandit -c bandit.yaml -r swift -n 5
[flake8]
# it's not a bug that we aren't using all of hacking, ignore:
# H101: Use TODO(NAME)