Skip to content

Commit 36b39b8

Browse files
authored
Merge pull request #111 from cisagov/bug/update_bandit_in_pre-commit_configuration
Update the version of the second `bandit` hook
2 parents 461e873 + 99ee709 commit 36b39b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ repos:
8181
- id: shell-lint
8282

8383
# Python hooks
84-
# Run bandit on "tests" tree with a configuration
84+
# Run bandit on the "tests" tree with a configuration
8585
- repo: https://github.com/PyCQA/bandit
8686
rev: 1.7.4
8787
hooks:
@@ -90,9 +90,9 @@ repos:
9090
files: tests
9191
args:
9292
- --config=.bandit.yml
93-
# Run bandit everything but tests directory
93+
# Run bandit on everything except the "tests" tree
9494
- repo: https://github.com/PyCQA/bandit
95-
rev: 1.7.0
95+
rev: 1.7.4
9696
hooks:
9797
- id: bandit
9898
name: bandit (everything else)

0 commit comments

Comments
 (0)