From e5c302b582014e65bdf6b36b2450b7e949e6b037 Mon Sep 17 00:00:00 2001 From: Andreas Herrmann Date: Tue, 9 Jun 2026 14:13:20 +0200 Subject: [PATCH] chore: update pre-commit configuration --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b7b47fef..eaa19d0f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ # Commitizen runs in commit-msg stage # but we don't want to run the other hooks on commit messages -default_stages: [commit] +default_stages: [pre-commit] # Use a slightly older version of node by default # as the default uses a very new version of GLIBC