From 5db5fd8b03120d29d5a7109baca01c073d8523e2 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Mon, 3 Jan 2022 10:31:54 +0100 Subject: [PATCH] fix bandit env --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index ca243889..a498aff6 100644 --- a/tox.ini +++ b/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