Skip to content

Commit

Permalink
Use lychee-docker (instead of lychee) for pre-comit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
bergercookie committed Aug 19, 2024
1 parent 28cd2f0 commit 5a185f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ repos:
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace

- repo: https://github.com/lycheeverse/lychee.git
rev: v0.15.1
hooks:
- id: lychee
- id: lychee-docker
# Optionally include additional CLI arguments
# args: ["--no-progress", "--exclude", "file://"]
types: [markdown]
Expand Down

0 comments on commit 5a185f7

Please sign in to comment.