diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1bcc4af5de5..c8987e6160d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1151,7 +1151,7 @@ repos: - id: bandit alias: bandit-salt name: Run bandit against Salt - args: [--silent, -lll] + args: [--silent, -lll, --skip, B701] exclude: > (?x)^( templates/.*| @@ -1164,7 +1164,7 @@ repos: - id: bandit alias: bandit-tests name: Run bandit against the test suite - args: [--silent, -lll] + args: [--silent, -lll, B701] files: ^tests/.* exclude: ^tests/minionswarm\.py # <---- Security ---------------------------------------------------------------------------------------------------