From 366fa4ef973f371f07bacccae9371831bea0f154 Mon Sep 17 00:00:00 2001
From: Simonas <20096648+simjak@users.noreply.github.com>
Date: Tue, 2 Jan 2024 11:35:34 +0200
Subject: [PATCH] feat: precommit local hooks test

---
 .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 f96031e4..27a5a66d 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -83,6 +83,6 @@ repos:
         name: test
         language: system
         pass_filenames: false
-        stages: [ push ]
+        stages: [ pre-commit, push ]
         entry: make test
         types: [ python ]
-- 
GitLab