From 1a92e11db56e75817ffe0a9e55bfe6f7722cef06 Mon Sep 17 00:00:00 2001 From: Capi Etheriel Date: Sun, 16 Mar 2025 19:18:22 -0300 Subject: [PATCH] update precommit example --- docs/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index 378b819192..3c6257c363 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -94,7 +94,7 @@ repos: hooks: - id: commitizen - id: commitizen-branch - stages: [push] + stages: [pre-push] ``` After the configuration is added, you'll need to run: