Title: cz init generates deprecated pre-commit configuration · Issue #1560 · commitizen-tools/commitizen · GitHub
Open Graph Title: cz init generates deprecated pre-commit configuration · Issue #1560 · commitizen-tools/commitizen
X Title: cz init generates deprecated pre-commit configuration · Issue #1560 · commitizen-tools/commitizen
Description: Description Short summary When I am in a new environment and run cz init and enable pre-commit hooks, the .pre-commit-config.yaml is generated with the commitizen-branch hook and "push" stage which is deprecated. Detailed When running th...
Open Graph Description: Description Short summary When I am in a new environment and run cz init and enable pre-commit hooks, the .pre-commit-config.yaml is generated with the commitizen-branch hook and "push" stage which...
X Description: Description Short summary When I am in a new environment and run cz init and enable pre-commit hooks, the .pre-commit-config.yaml is generated with the commitizen-branch hook and "push" s...
Opengraph URL: https://github.com/commitizen-tools/commitizen/issues/1560
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"cz init generates deprecated pre-commit configuration","articleBody":"### Description\n\n**Short summary**\nWhen I am in a new environment and run `cz init` and enable pre-commit hooks, the .pre-commit-config.yaml is generated with the commitizen-branch hook and \"push\" stage which is deprecated.\n\n**Detailed**\nWhen running the command `cz init` i.e. with the following configuration:\n\n? Please choose a supported config file: .cz.toml\n? Please choose a cz (commit rule): (default: cz_conventional_commits) cz_conventional_commits\n? Choose the source of the version: commitizen: Fetch and set version in commitizen config (default)\nNo Existing Tag. Set tag to v0.0.1\n? Choose version scheme: semver\n? Please enter the correct version format: (default: \"$version\")\n? Create changelog automatically on bump Yes\n? Keep major version zero (0.x) during breaking changes Yes\n? What types of pre-commit hook you want to install? (Leave blank if you don't want to install) [commit-msg]\ncommitizen pre-commit hook is now installed in your '.git'\n\nThe resulting .pre-commit-config.yaml looks like this:\nrepos:\n- hooks:\n - id: commitizen\n - id: commitizen-branch\n stages:\n - push\n repo: https://github.com/commitizen-tools/commitizen\n rev: v4.2.1\n\n\nRunning the command `pre-commit` will show the warning: \n[WARNING] hook id `commitizen-branch` uses deprecated stage names (push) which will be removed in a future version. run: `pre-commit migrate-config` to automatically fix this.\n\n\nWhen I run `pre-commit migrate-config.yaml` the configuration will result in:\nrepos:\n- hooks:\n - id: commitizen\n - id: commitizen-branch\n stages:\n - pre-push\n repo: https://github.com/commitizen-tools/commitizen\n rev: v4.2.1\n\n--\u003e the stage of the commitizen-branch hook is \"pre-push\" instead of \"push\"\n\n\n### Possible Solution\n\nThe pre-commit migrate-config.yaml is directly created with the \"pre-push\" stage.\n\nSo that the complete config looks like:\n- hooks:\n - id: commitizen\n - id: commitizen-branch\n stages:\n - pre-push\n repo: https://github.com/commitizen-tools/commitizen\n rev: __version__\n\n\n### Additional context\n\nWhen I understand the code correctly, the configuration is created in the _install_pre_commit_hook method where the \"stages\" property is set to [\"push\"] instead of [\"pre-push\"]:\nhttps://github.com/commitizen-tools/commitizen/blob/b2e9c1be5ead017a9c40dc8918dc65e8a86812c0/commitizen/commands/init.py#L333\n\n### Related issues\n\n_No response_","author":{"url":"https://github.com/jonaskoeASYS","@type":"Person","name":"jonaskoeASYS"},"datePublished":"2025-07-15T14:06:53.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/1560/commitizen/issues/1560"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:29d8574c-728b-4beb-eab1-9e2cc87e4cda |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | EA34:272B2:2D0116:3E199A:6A58460D |
| html-safe-nonce | 2262afd790508c90e2fef69271cc04c76e885a2e58c1079bb6935b80a6cf0a3c |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFQTM0OjI3MkIyOjJEMDExNjozRTE5OUE6NkE1ODQ2MEQiLCJ2aXNpdG9yX2lkIjoiODU5NjYyNTM2MjU1NzM1NTUzMyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | d2af39742eb3214a63a43755c609b245a794d05d6a639d88eaeea33b0ecb944d |
| hovercard-subject-tag | issue:3232423628 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/commitizen-tools/commitizen/1560/issue_layout |
| twitter:image | https://opengraph.githubassets.com/5b0410395318e1d856cf4de7e1e1f02a151f5472e9eefec2b50ffbd88a61095c/commitizen-tools/commitizen/issues/1560 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/5b0410395318e1d856cf4de7e1e1f02a151f5472e9eefec2b50ffbd88a61095c/commitizen-tools/commitizen/issues/1560 |
| og:image:alt | Description Short summary When I am in a new environment and run cz init and enable pre-commit hooks, the .pre-commit-config.yaml is generated with the commitizen-branch hook and "push" stage which... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | jonaskoeASYS |
| hostname | github.com |
| expected-hostname | github.com |
| None | 5f2a0c7865178af3d91dd9f13b0cdfc3c73a2529c873d2780bb4c01271a57ec6 |
| turbo-cache-control | no-preview |
| go-import | github.com/commitizen-tools/commitizen git https://github.com/commitizen-tools/commitizen.git |
| octolytics-dimension-user_id | 62252524 |
| octolytics-dimension-user_login | commitizen-tools |
| octolytics-dimension-repository_id | 106127589 |
| octolytics-dimension-repository_nwo | commitizen-tools/commitizen |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 106127589 |
| octolytics-dimension-repository_network_root_nwo | commitizen-tools/commitizen |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 8aae7b8d6caacacf5c66eaeb2702d8dc88d85b4a |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width