2025-08-11 10:24:18 +02:00
|
|
|
repos:
|
|
|
|
|
- repo: https://github.com/gitleaks/gitleaks
|
2025-11-15 10:55:29 +01:00
|
|
|
rev: v8.29.0
|
2025-08-11 10:24:18 +02:00
|
|
|
hooks:
|
|
|
|
|
- id: gitleaks
|
2025-10-27 16:54:55 +01:00
|
|
|
|
2025-08-11 10:24:18 +02:00
|
|
|
- repo: https://github.com/shellcheck-py/shellcheck-py
|
2025-10-28 09:39:19 +01:00
|
|
|
rev: v0.11.0.1
|
2025-08-11 10:24:18 +02:00
|
|
|
hooks:
|
|
|
|
|
- id: shellcheck
|
2025-10-27 16:54:55 +01:00
|
|
|
|
2025-08-11 10:24:18 +02:00
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2025-10-28 09:39:19 +01:00
|
|
|
rev: v6.0.0
|
2025-08-11 10:24:18 +02:00
|
|
|
hooks:
|
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
|
- id: trailing-whitespace
|
2025-10-27 16:54:55 +01:00
|
|
|
|
2025-09-14 08:20:51 +02:00
|
|
|
- repo: https://github.com/crate-ci/typos
|
2025-11-15 10:55:29 +01:00
|
|
|
rev: v1.39.2
|
2025-09-14 08:20:51 +02:00
|
|
|
hooks:
|
|
|
|
|
- id: typos
|
2025-10-31 17:00:39 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
ci:
|
|
|
|
|
autoupdate_commit_msg: "chore(pre-commit): autoupdate"
|