added pre-commit
This commit is contained in:
parent
432cb30031
commit
a72edd1386
2 changed files with 8 additions and 1 deletions
7
.pre-commit-config.yaml
Normal file
7
.pre-commit-config.yaml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
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://"]
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
## CLI
|
## CLI
|
||||||
|
|
||||||
- [just](https://just.systems/) Makefiles but for everyone
|
- [just](https://just.systems/) → Makefiles but for everyone
|
||||||
|
|
||||||
## Websites
|
## Websites
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue