Configure bandit to ignore subprocess warnings

This commit is contained in:
Ian Cordasco 2016-06-14 07:58:13 -05:00
parent 6dca1d6fd7
commit dc8fc0058d
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A
2 changed files with 85 additions and 1 deletions

View file

@ -66,7 +66,7 @@ use_develop = false
deps =
bandit
commands =
bandit -r flake8/
bandit -r flake8/ -c .bandit.yml
[testenv:linters]
basepython = python3