fix bandit env
This commit is contained in:
parent
4d9f9f2482
commit
5db5fd8b03
1 changed files with 3 additions and 0 deletions
3
tox.ini
3
tox.ini
|
|
@ -75,6 +75,9 @@ commands =
|
|||
{[testenv:py2]commands}
|
||||
|
||||
[testenv:bandit]
|
||||
# These two lines just speed things up by avoiding unnecessary setup
|
||||
skip_install=true
|
||||
usedevelop=true
|
||||
# B108 - Insecure usage of temp - we're very often handling it in non-standard way
|
||||
# (temp inside mock, etc)
|
||||
# B608 - hardcoded SQL - not everything is turned into Processors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue