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 authored and mcdonnnj committed Nov 22, 2024
1 parent b9639f2 commit 805d0fd
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 @@ -133,7 +133,7 @@ repos:
- --config=.bandit.yml
# Run bandit on everything except the "tests" tree
- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
rev: 1.7.10
hooks:
- id: bandit
name: bandit (everything else)
Expand Down

0 comments on commit 805d0fd

Please sign in to comment.