Skip to content

Commit

Permalink
Merge pull request #86 from sangshuduo/add-pre-commit
Browse files Browse the repository at this point in the history
chore: bump bandit 1.7.9
  • Loading branch information
sangshuduo authored Jun 15, 2024
2 parents f47bad7 + 75680db commit 0a419d1
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.8' # Update me!
rev: '1.7.9' # Update me!
hooks:
- id: bandit
args: ["-c", "pyproject.toml"]
Expand Down

0 comments on commit 0a419d1

Please sign in to comment.