notes/.pre-commit-config.yaml
2024-10-14 19:53:18 +02:00

7 lines
No EOL
303 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", "--exclude", "file://"]