Skip to content

Commit

Permalink
chore: bump bandit 1.7.10 in .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sangshuduo committed Sep 28, 2024
1 parent dc53543 commit c292ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:
- id: vulture

- repo: https://github.com/PyCQA/bandit
rev: '1.7.9' # Update me!
rev: '1.7.10' # Update me!
hooks:
- id: bandit
args: ["-c", "pyproject.toml"]
Expand Down

0 comments on commit c292ab5

Please sign in to comment.