2024-12-21 12:19:20 +01:00
|
|
|
repos:
|
2024-12-21 12:30:26 +01:00
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
|
|
rev: v5.0.0
|
|
|
|
hooks:
|
|
|
|
- id: detect-private-key
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- repo: https://github.com/crate-ci/typos
|
|
|
|
rev: v1.28.4
|
|
|
|
hooks:
|
|
|
|
- id: typos
|
2024-12-21 12:37:58 +01:00
|
|
|
- repo: https://github.com/Yelp/detect-secrets
|
|
|
|
rev: v1.5.0
|
|
|
|
hooks:
|
|
|
|
- id: detect-secrets
|
2024-12-21 13:51:16 +01:00
|
|
|
- repo: https://github.com/gitleaks/gitleaks
|
|
|
|
rev: v8.22.0
|
|
|
|
hooks:
|
|
|
|
- id: gitleaks
|