From c2d6521fbc5ea6f50138de254e3860668ea26820 Mon Sep 17 00:00:00 2001 From: Niko Kriznik Date: Wed, 24 Sep 2025 19:56:21 +0000 Subject: [PATCH] fix: ensure that hook is installed --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4dc35e8..228081e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,7 @@ +default_install_hook_types: + - pre-commit + - commit-msg + repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0