Skip to content

Commit

Permalink
Use lychee for link checking instead of markdown-link-check
Browse files Browse the repository at this point in the history
  • Loading branch information
bergercookie committed Aug 19, 2024
1 parent df04ead commit 28cd2f0
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,14 @@ repos:
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace
# - id: check-symlinks
# - id: pretty-format-json
# args: ["--autofix"]
# - id: sort-simple-yaml
- repo: https:/tcort/markdown-link-check
rev: "v3.10.3"

- repo: https:/lycheeverse/lychee.git
rev: v0.15.1
hooks:
# https:/tcort/markdown-link-check#config-file-format
- id: markdown-link-check
args: ["--progress", "--config", ".markdown-link-check.json", "-q"]
- id: lychee
# Optionally include additional CLI arguments
# args: ["--no-progress", "--exclude", "file://"]
types: [markdown]
- repo: https:/markdownlint/markdownlint
rev: "v0.12.0"
hooks:
Expand Down

0 comments on commit 28cd2f0

Please sign in to comment.