Fix bandit skip for the test suite

This commit is contained in:
Pedro Algarvio 2021-03-04 08:59:12 +00:00
parent 920ca4846e
commit 9ccea8a7a4

View file

@ -1164,7 +1164,7 @@ repos:
- id: bandit
alias: bandit-tests
name: Run bandit against the test suite
args: [--silent, -lll, B701]
args: [--silent, -lll, --skip, B701]
files: ^tests/.*
exclude: ^tests/minionswarm\.py
# <---- Security ---------------------------------------------------------------------------------------------------