Files
nicholaswilde_recipes/.pre-commit-config.yaml
nιcнolaѕ wιlde 7a4a36d553 Add badges
Signed-off-by: nιcнolaѕ wιlde <ncwilde43@gmail.com>
2022-06-11 03:56:13 +00:00

19 lines
482 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.10.2
hooks:
- id: markdown-link-check
args: [-a, "200,206,403,429"]