7 lines
285 B
YAML
7 lines
285 B
YAML
|
repos:
|
||
|
- repo: https://github.com/lycheeverse/lychee.git # as seen in https://github.com/lycheeverse/lychee?tab=readme-ov-file#pre-commit-usage
|
||
|
rev: v0.15.1
|
||
|
hooks:
|
||
|
- id: lychee
|
||
|
# Optionally include additional CLI arguments
|
||
|
args: ["--no-progress" ,".",]
|