Skip to content

Commit

Permalink
Bump the bandit hook from 1.7.4 to 1.7.5
Browse files Browse the repository at this point in the history
This bumps the second bandit hook that is used in this project lineage.
Since this hook does not exist in the configuration from
cisagov/skeleton-generic we must update it here.
  • Loading branch information
mcdonnnj committed Sep 13, 2023
1 parent 41cbf1e commit 1290819
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 @@ -117,7 +117,7 @@ repos:
- --config=.bandit.yml
# Run bandit on everything except the "tests" tree
- repo: https://github.com/PyCQA/bandit
rev: 1.7.4
rev: 1.7.5
hooks:
- id: bandit
name: bandit (everything else)
Expand Down

0 comments on commit 1290819

Please sign in to comment.