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 Feb 7, 2025
1 parent 367fd54 commit 39e11af
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions template/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]"]

0 comments on commit 39e11af

Please sign in to comment.