Skip to content

Commit 3d3fbb0

Browse files
authored
Revert "Pin importlib to make bandit work (#202)" (#209)
Unpin importlib in bandit pre-commit config This reverts commit 768eed6.
1 parent c3b6338 commit 3d3fbb0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.pre-commit-config.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ repos:
5151
hooks:
5252
- id: bandit
5353
files: ^(src|python)/
54-
additional_dependencies:
55-
- "importlib-metadata<5" # https://github.com/PyCQA/bandit/issues/956
5654
- repo: https://github.com/pre-commit/mirrors-mypy
5755
rev: v0.812
5856
hooks:

0 commit comments

Comments
 (0)