From b8e481689058351b95d5044dcd84975991fec592 Mon Sep 17 00:00:00 2001 From: Simonas <20096648+simjak@users.noreply.github.com> Date: Tue, 2 Jan 2024 11:42:07 +0200 Subject: [PATCH] feat: precommit local hooks test --- .pre-commit-config.yaml | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 554101a5..c8331ae3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -64,20 +64,22 @@ repos: - repo: local hooks: - - id: format - name: format - language: system - pass_filenames: false - entry: make format - types: [ python ] + # - id: format + # name: format + # language: system + # pass_filenames: false + # always_run: true + # entry: make format + # types: [ python ] - - id: linter - name: linter - language: system - pass_filenames: false - # stages: [ push ] - entry: make lint - types: [ python ] + # - id: linter + # name: linter + # language: system + # pass_filenames: false + # # stages: [ push ] + # always_run: true + # entry: make lint + # types: [ python ] - id: test name: test -- GitLab