Skip to content

Commit 18b1dcc

Browse files
author
Viacheslav Lisovoi
committed
build: Update commitizen-branch stage to pre-push in pre-commit
Changed the stage for the `commitizen-branch` hook from `push` to `pre-push` in the `.pre-commit-config.yaml` file. This ensures the hook runs at the correct stage for pre-push checks, aligning with expected behavior.
1 parent a06464c commit 18b1dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ repos:
33
- id: commitizen
44
- id: commitizen-branch
55
stages:
6-
- push
6+
- pre-push
77
repo: https://github.com/commitizen-tools/commitizen
88
rev: v3.13.0

0 commit comments

Comments
 (0)