Skip to content

Commit

Permalink
Use the same version of Bandit throughout the pre-commit config file
Browse files Browse the repository at this point in the history
It doesn't make sense to run Bandit twice with different versions.
  • Loading branch information
jsf9k committed Aug 28, 2024
1 parent 57bcc5b commit 4fa7aed
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 @@ -132,7 +132,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.5
hooks:
- id: bandit
name: bandit (everything but the tests directory)
Expand Down

0 comments on commit 4fa7aed

Please sign in to comment.