diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 60a633321ac..df2d90a06fb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,6 +58,12 @@ repos: # MD025: single title args: [--disable, MD013, MD024, MD025, MD033, MD041, "--"] + - repo: https://github.com/tcort/markdown-link-check + rev: v3.13.6 + hooks: + - id: markdown-link-check + args: [-q] + - repo: https://github.com/kynan/nbstripout rev: 0.8.0 hooks: