From e6139266ca0a04dbde5d6a2862f5510fcfd67344 Mon Sep 17 00:00:00 2001 From: Simonas <20096648+simjak@users.noreply.github.com> Date: Tue, 2 Jan 2024 11:38:27 +0200 Subject: [PATCH] feat: precommit local hooks test --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 27a5a66d..554101a5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -75,7 +75,7 @@ repos: name: linter language: system pass_filenames: false - stages: [ push ] + # stages: [ push ] entry: make lint types: [ python ] @@ -83,6 +83,6 @@ repos: name: test language: system pass_filenames: false - stages: [ pre-commit, push ] + # stages: [ pre-commit, push ] entry: make test types: [ python ] -- GitLab