chore: fix pre-commit deprecation

This commit is contained in:
Nydragon 2024-10-30 14:51:35 +01:00
parent ddcbaedce4
commit 462e72a364
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE

View file

@ -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]