diff --git a/template/.pre-commit-config.yaml b/template/.pre-commit-config.yaml index bec5c06..d0b7715 100644 --- a/template/.pre-commit-config.yaml +++ b/template/.pre-commit-config.yaml @@ -51,9 +51,9 @@ repos: - id: typos exclude: ^\.gitignore$ - #- repo: https://github.com/PyCQA/bandit - # rev: 1.8.2 - # hooks: - # - id: bandit - # args: ["-c", "pyproject.toml"] - # additional_dependencies: ["bandit[toml]"] + - repo: https://github.com/PyCQA/bandit + rev: 1.8.2 + hooks: + - id: bandit + args: ["-c", "pyproject.toml"] + additional_dependencies: ["bandit[toml]"]