diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aded2327f..df93bea75 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,5 +6,11 @@ repos: args: - --fix - id: ruff-format + + - repo: https://github.com/tcort/markdown-link-check + rev: v3.11.2 + hooks: + - id: markdown-link-check + args: [-q] ci: autoupdate_schedule: weekly