pre-commit/.pre-commit-config.yaml
2026-02-06 15:04:13 +08:00

5 lines
157 B
YAML

- repo: https://github.com/DavidAnson/markdownlint
rev: v0.43.0
hooks:
- id: markdownlint
args: ["--config", ".markdownlintrc.json"]