Skip to content

Commit

Permalink
add markdown check hook
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Nov 28, 2024
1 parent fe7c536 commit 2786a73
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ repos:
# MD025: single title
args: [--disable, MD013, MD024, MD025, MD033, MD041, "--"]

- repo: https://github.com/tcort/markdown-link-check
rev: v3.13.6
hooks:
- id: markdown-link-check
args: [-q]

- repo: https://github.com/kynan/nbstripout
rev: 0.8.0
hooks:
Expand Down

0 comments on commit 2786a73

Please sign in to comment.