Skip to content

Commit 329175e

Browse files
committed
Bump bandit version
1 parent d969688 commit 329175e

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
@@ -19,7 +19,7 @@ repos:
1919
- id: flake8
2020
args: ["--ignore=E203,W503"]
2121
- repo: https://github.com/PyCQA/bandit
22-
rev: '1.7.4'
22+
rev: '1.8.6'
2323
hooks:
2424
- id: bandit
2525
args: ["-x", "tests/*"]

0 commit comments

Comments
 (0)