Skip to content

Commit ae1e532

Browse files
authoredMay 5, 2025
Merge pull request #2075 from IntelPython/update-bandit-version
[MAINT] Update `bandit` version
2 parents 544cd87 + ea327fa commit ae1e532

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
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/PyCQA/bandit
5-
rev: '1.7.9'
5+
rev: '1.8.3'
66
hooks:
77
- id: bandit
88
pass_filenames: false

0 commit comments

Comments
 (0)
Please sign in to comment.