notes/.pre-commit-config.yaml

7 lines
285 B
YAML
Raw Permalink Normal View History

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" ,".",]