mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-09 22:34:17 +00:00
Configure bandit to ignore subprocess warnings
This commit is contained in:
parent
6dca1d6fd7
commit
dc8fc0058d
2 changed files with 85 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -66,7 +66,7 @@ use_develop = false
|
|||
deps =
|
||||
bandit
|
||||
commands =
|
||||
bandit -r flake8/
|
||||
bandit -r flake8/ -c .bandit.yml
|
||||
|
||||
[testenv:linters]
|
||||
basepython = python3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue