From 862cf641c298f9666656b46b1bde3639c7592b01 Mon Sep 17 00:00:00 2001 From: Michael Harbarth Date: Tue, 10 Oct 2023 11:10:12 +0200 Subject: [PATCH] fix: Add always_run to execute the fix-links hook always --- .pre-commit-hooks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 3e4e722..8f2a79a 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -3,4 +3,5 @@ description: After a breaking merge by the merge tool, this script fixes links starting with index:/. entry: fix-links language: python + always_run: true stages: [post-commit]