Skip to content

Commit 28edbab

Browse files
committed
Sync the versions of bandit used by pre-commit
We use the `bandit` hook twice in the pre-commit configuration: once for the `tests/` subdirectory and once for everything _except_ the `tests/` subdirectory. These two hooks should be using the same version of the `bandit` hook, but the second use was missed when updating hook versions from upstream.
1 parent 0370008 commit 28edbab

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)