nicholaswilde_recipes/.pre-commit-config.yaml
nιcнolaѕ wιlde f3f7cef937
fix: broken link
Signed-off-by: nιcнolaѕ wιlde <ncwilde43@gmail.com>
2024-07-20 22:45:06 -07:00

19 lines
505 B
YAML

---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: mixed-line-ending
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.31.1
hooks:
- id: markdownlint
- id: markdownlint-fix
- repo: https://github.com/tcort/markdown-link-check
rev: v3.12.2
hooks:
- id: markdown-link-check
args: [-a, "200,206,403,429", -c, "mlc_config.json"]