Skip to content

Commit ac1210e

Browse files
authored
Merge pull request #246 from cisagov/bug/sync_bandit_pre-commit_hooks
Sync the versions of `bandit` used by pre-commit
2 parents 8e49565 + 28edbab commit ac1210e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ repos:
133133
- --config=.bandit.yml
134134
# Run bandit on everything except the "tests" tree
135135
- repo: https://github.com/PyCQA/bandit
136-
rev: 1.7.10
136+
rev: 1.8.3
137137
hooks:
138138
- id: bandit
139139
name: bandit (everything else)

0 commit comments

Comments
 (0)