Skip to content

Commit cd40c27

Browse files
authored
INTPYTHON-603 Add markdown link checker (#123)
1 parent 22d010d commit cd40c27

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ repos:
4848
# Run the formatter.
4949
- id: ruff-format
5050

51+
- repo: https://github.com/tcort/markdown-link-check
52+
rev: v3.12.2
53+
hooks:
54+
- id: markdown-link-check
55+
args: [-q]
56+
5157
- repo: local
5258
hooks:
5359
- id: update-locks

0 commit comments

Comments
 (0)