diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2fd6c83..62c3791 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,3 +17,8 @@ repos: hooks: - id: trailing-whitespace - id: end-of-file-fixer + + - repo: https://github.com/PyCQA/bandit + rev: 1.9.2 + hooks: + - id: bandit