Skip to content

Commit 0e23af5

Browse files
fix issue with bandit hook
1 parent 520945d commit 0e23af5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ repos:
5050
- id: bandit
5151
args: ["-r"]
5252
files: ^(dsms)/.*
53-
53+
additional_dependencies:
54+
- "pbr==2.0.0"
5455
- repo: local
5556
hooks:
5657
- id: pylint

0 commit comments

Comments
 (0)