Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Jan 22, 2025
1 parent 2872876 commit feb7036
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions template/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,10 @@ repos:
hooks:
- 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]"]

0 comments on commit feb7036

Please sign in to comment.