Skip to content

Commit a5194b5

Browse files
authored
fix: markdown link check (#1797)
1 parent 3f45d0c commit a5194b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ repos:
5252
entry: python3 scripts/check_md_html.py
5353

5454
- repo: https://github.com/tcort/markdown-link-check
55-
rev: v3.12.2
55+
rev: v3.13.7
5656
hooks:
5757
- id: markdown-link-check
5858
args: ["-q", "-c", "markdown_link_config.json"]

0 commit comments

Comments
 (0)