From 879f8155a53f1e1e9483938859fd73e21e8ccf77 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Fri, 28 Aug 2026 09:59:15 -0400 Subject: [PATCH] Fix the lychee precommit hook --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a2b388eca91..71be00007e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -97,6 +97,7 @@ repos: hooks: - id: lychee args: + - LYCHEE_VERSION=0.24.2 # Must match the pinned rev above - --cache - --max-concurrency=4 - --max-retries=3