diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c43c9aa..4f277a5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,3 +24,7 @@ repos: rev: 7.1.0 # sync:flake8:poetry.lock hooks: - id: flake8 + - repo: https://github.com/PyCQA/bandit + rev: 1.7.9 # sync:bandit:poetry.lock + hooks: + - id: bandit