2024-10-14 19:53:18 +02:00
|
|
|
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
|
2024-10-14 20:14:55 +02:00
|
|
|
args: ["--no-progress" ,".",]
|