From df7b3ef86c36242cf31e0a316d6bc27c545c90f2 Mon Sep 17 00:00:00 2001 From: Anton Dubovik Date: Thu, 21 May 2026 15:15:49 +0100 Subject: [PATCH] chore: configure pre-push hooks by default --- .pre-commit-config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a0e1a9e..57cd43e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,6 @@ +default_install_hook_types: [pre-push] +default_stages: [pre-push] + repos: - repo: local hooks: @@ -6,11 +9,9 @@ repos: pass_filenames: false entry: make format language: system - stages: [pre-push] - id: make-lint name: Make Lint pass_filenames: false entry: make lint language: system - stages: [pre-push]