From a72edd1386e3d985142b1c47d2497901fa98db2d Mon Sep 17 00:00:00 2001 From: Erik Grobecker Date: Mon, 14 Oct 2024 19:53:18 +0200 Subject: [PATCH] added pre-commit --- .pre-commit-config.yaml | 7 +++++++ programs.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..e01e75f --- /dev/null +++ b/.pre-commit-config.yaml @@ -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://"] \ No newline at end of file diff --git a/programs.md b/programs.md index 5dc695c..e7f24a2 100644 --- a/programs.md +++ b/programs.md @@ -6,7 +6,7 @@ ## CLI -- [just](https://just.systems/) Makefiles but for everyone +- [just](https://just.systems/) → Makefiles but for everyone ## Websites