aboutsummaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 7033a29..08f5f7e 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -81,6 +81,12 @@ repos:
- id: blocklint
exclude: setup.cfg
+- repo: https://github.com/PyCQA/bandit
+ rev: '1.7.4'
+ hooks:
+ - id: bandit
+ args: ["--skip", "B101"]
+
- repo: local
hooks:
- id: mypy