14 lines
357 B
YAML
14 lines
357 B
YAML
repos:
|
|
- repo: https://github.com/markdownlint/markdownlint
|
|
rev: v0.13.0
|
|
hooks:
|
|
- id: markdownlint_docker
|
|
- 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
|