From b461dd755121828ed45d3b9572478332308fbb55 Mon Sep 17 00:00:00 2001 From: Normann Date: Fri, 21 Aug 2026 01:11:10 +0200 Subject: [PATCH] fix: restore pre-commit hook structure --- .pre-commit-config.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7bfe0f44..755f1aaf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -76,9 +76,6 @@ repos: stages: [pre-push] pass_filenames: false - # Validate new commit messages before push (using Python wrapper) - - repo: local - hooks: # Validate new commit messages before push (using Python wrapper) - id: commitizen-new-commits name: Commitizen (check new commits only, .venv aware)