Skip to content

Commit 6438cbb

Browse files
author
PyCompiler ARK++ Team
committed
ci(pre-commit): add pbr to bandit additional_dependencies and rebuild hook env
1 parent 2d2ea6e commit 6438cbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141
hooks:
4242
- id: bandit
4343
args: ['-c', 'pyproject.toml']
44-
additional_dependencies: ['bandit[toml]']
44+
additional_dependencies: ['bandit[toml]', 'pbr']
4545
exclude: ^(ui/|languages/|\.github/|tests/)
4646

4747
ci:

0 commit comments

Comments
 (0)