From 89038fea40e89de850caea32c04c5a600da4aad7 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sat, 21 Jun 2025 02:28:51 +1000 Subject: [PATCH] pre-commit: upgrade markdownlint to the latest version --- .github/linters/.markdown-lint.yml | 3 +++ .pre-commit-config.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml index 5e8d65905eb6..531c26ace444 100644 --- a/.github/linters/.markdown-lint.yml +++ b/.github/linters/.markdown-lint.yml @@ -86,3 +86,6 @@ MD046: false # MD052/reference-links-images Reference links and images should use a label that is defined MD052: false + +# MD059/descriptive-link-text Link text should be descriptive +MD059: false diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a9bc87454f1c..f14b84608c84 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -87,7 +87,7 @@ repos: ^setup/bindir/cloud-setup-encryption\.in$| ^venv/.*$ - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.43.0 + rev: v0.45.0 hooks: - id: markdownlint name: run markdownlint