notes/.pre-commit-config.yaml
Erik Grobecker 7aa434de8b
added pre-commit
added pre-commit

checking for link validity at the moment
2024-10-14 20:16:09 +02:00

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