diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c8987e6160d..6eabe09ef5c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 ---------------------------------------------------------------------------------------------------