Skip to content

Commit 36aeeb3

Browse files
authored
Update pre-commit.config
1 parent b628341 commit 36aeeb3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

project/{% if use_precommit %}.pre-commit-config.yaml{% endif %}.jinja

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ repos:
6969
language: system
7070
types: [python]
7171

72+
- repo: https://github.com/jendrikseipp/vulture
73+
rev: v2.14
74+
hooks:
75+
- id: vulture
76+
7277
- repo: https://github.com/gitleaks/gitleaks
7378
rev: v8.22.1
7479
hooks:

0 commit comments

Comments
 (0)