chore: fix pre-commit deprecation
This commit is contained in:
parent
ddcbaedce4
commit
462e72a364
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ repos:
|
|||
rev: v8.18.2
|
||||
hooks:
|
||||
- id: gitleaks
|
||||
stages: [commit]
|
||||
stages: [pre-commit]
|
||||
|
||||
- repo: local
|
||||
hooks:
|
||||
|
@ -17,4 +17,4 @@ repos:
|
|||
language: system
|
||||
files: .*
|
||||
exclude: .*\.(png|jpg|jpeg|age)
|
||||
stages: [commit]
|
||||
stages: [pre-commit]
|
||||
|
|
Loading…
Add table
Reference in a new issue