Add bandit to pre-commit

This commit is contained in:
Miguel Jacq 2025-12-18 13:44:26 +11:00
parent 591ecaa235
commit bfa2f4a724
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -17,3 +17,8 @@ repos:
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
- repo: https://github.com/PyCQA/bandit
rev: 1.9.2
hooks:
- id: bandit