Ignore bandit errors.

This commit is contained in:
Jannis Leidel 2020-11-25 21:11:14 +01:00
parent 2322f7a0bf
commit de2ed4bafc
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -29,6 +29,7 @@ python =
description = PyCQA security linter
deps = bandit<1.6
commands = bandit -r --ini tox.ini
ignore_errors = true
[testenv:py37-docs]
description = Build the HTML documentation