Skip to content

Check links in markdown files #323

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
May 29, 2025
Prev Previous commit
Next Next commit
Switch to version 3.12.2 to avoid tcort/markdown-link-check#457
Signed-off-by: David Gardner <dagardner@nvidia.com>
  • Loading branch information
dagardner-nv committed May 15, 2025
commit 54b8e23bb1393bb121dcda8a3baeb5f33a09d938
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ repos:
- id: uv-lock

- repo: https://github.com/tcort/markdown-link-check
rev: v3.13.7
rev: v3.12.2
hooks:
- id: markdown-link-check
args: ["-q", "--config", "ci/markdown-link-check-config.json"]
exclude: "src/aiq/meta/pypi.md"

default_language_version:
python: python3