This mirror is deprecated. Use the official pre-commit hook offered by markdown-link-check instead.
Add this to your .pre-commit-config.yaml
:
- repo: https://github.com/tcort/markdown-link-check
rev: ""
hooks:
- id: markdown-link-check
then run pre-commit autoupdate
.