Skip to content

Commit dd45a7d

Browse files
author
Eero Aaltonen
committed
Fix bandit pre-commit
1 parent 4deafb4 commit dd45a7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,6 @@ repos:
5050
hooks:
5151
- id: bandit
5252
args: ["-c", "pyproject.toml"]
53-
additional_dependencies: ["bandit[toml]"]
53+
additional_dependencies:
54+
- "bandit[toml]"
55+
- "pbr"

0 commit comments

Comments
 (0)