## commitizen version 1.18.1 ## How to reproduce ```sh mkdir bump_test cd bump_test git init cz init touch .pre-commit-config.yaml echo "repos:\n \ - repo: https://github.com/Woile/commitizen\n\ rev: v1.18.1\n\ hooks:\n\ - id: commitizen\n\ stages: [commit-msg]" > .pre-commit-config.yaml pre-commit install -t commit-msg git add . cz commit cz bump ``` ## Error Message ```text git.commit errror: "commitizen check.........................................................Passed" ```