Skip to content

Commit

Permalink
Upgrade bandit to 1.7.10
Browse files Browse the repository at this point in the history
We should use the same version of bandit throughout the pre-commit
configuration.
  • Loading branch information
jsf9k committed Sep 25, 2024
1 parent e452973 commit a06c2b9
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 @@ -129,7 +129,7 @@ repos:
- --config=.bandit.yml
# Run bandit on everything but the tests directory
- repo: https://github.com/PyCQA/bandit
rev: 1.7.4
rev: 1.7.10
hooks:
- id: bandit
name: bandit (everything but the tests directory)
Expand Down

0 comments on commit a06c2b9

Please sign in to comment.