Skip to content

Commit 2aa2d91

Browse files
chore: args no quotes
1 parent 43cb7f2 commit 2aa2d91

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,15 @@ repos:
2626
hooks:
2727
- id: bandit
2828
name: Code security checks
29-
args: ["-r", "./", --exclude, ".github/scripts/rigging_pr_decorator.py"]
29+
args:
30+
[
31+
-r,
32+
.,
33+
--severity-level,
34+
high,
35+
-x,
36+
.github/scripts/rigging_pr_decorator.py,
37+
]
3038

3139
- repo: local
3240
hooks:

0 commit comments

Comments
 (0)