2024-12-21 11:19:20 +00:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/markdownlint/markdownlint
|
|
|
|
rev: v0.13.0
|
|
|
|
hooks:
|
|
|
|
- id: markdownlint_docker
|
2024-12-21 11:30:26 +00: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 11:37:58 +00:00
|
|
|
- repo: https://github.com/Yelp/detect-secrets
|
|
|
|
rev: v1.5.0
|
|
|
|
hooks:
|
|
|
|
- id: detect-secrets
|