We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5255e9d commit 768eed6Copy full SHA for 768eed6
.pre-commit-config.yaml
@@ -48,6 +48,8 @@ repos:
48
hooks:
49
- id: bandit
50
files: ^(src|python)/
51
+ additional_dependencies:
52
+ - "importlib-metadata<5" # https://github.com/PyCQA/bandit/issues/956
53
- repo: https://github.com/pre-commit/mirrors-mypy
54
rev: v0.790
55
0 commit comments