pre-commit: upgrade markdownlint to the latest version (#11066)

This commit is contained in:
John Bampton 2025-07-24 01:23:20 +10:00 committed by GitHub
parent 6d5cefdfe9
commit fb3bb3fd56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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