From 485eb50da26bff12ebffc4318563710a5373c451 Mon Sep 17 00:00:00 2001 From: Erik Grobecker Date: Mon, 14 Oct 2024 20:14:55 +0200 Subject: [PATCH] added pre-commit checking for link validity at the moment --- .pre-commit-config.yaml | 2 +- lychee.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 lychee.toml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e01e75f..8fbb2b9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,4 +4,4 @@ repos: hooks: - id: lychee # Optionally include additional CLI arguments - args: ["--no-progress", "--exclude", "file://"] \ No newline at end of file + args: ["--no-progress" ,".",] \ No newline at end of file diff --git a/lychee.toml b/lychee.toml new file mode 100644 index 0000000..201df39 --- /dev/null +++ b/lychee.toml @@ -0,0 +1 @@ +exclude = ['midnight-lizard\.org']