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
|
rev: v8.18.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: gitleaks
|
- id: gitleaks
|
||||||
stages: [commit]
|
stages: [pre-commit]
|
||||||
|
|
||||||
- repo: local
|
- repo: local
|
||||||
hooks:
|
hooks:
|
||||||
|
@ -17,4 +17,4 @@ repos:
|
||||||
language: system
|
language: system
|
||||||
files: .*
|
files: .*
|
||||||
exclude: .*\.(png|jpg|jpeg|age)
|
exclude: .*\.(png|jpg|jpeg|age)
|
||||||
stages: [commit]
|
stages: [pre-commit]
|
||||||
|
|
Loading…
Add table
Reference in a new issue