Closed
Description
Description
Commitizen is presently at v2.32.3, but running the pre-commit hooks from v2.32.2. This desynchronization will prevent future runs of cz bump
from automatically incrementing the pre-commit hook version, leaving it pinned at v2.32.2 indefinitely.
Steps to reproduce
- Compare
.pre-commit-config.yaml
withpyproject.toml
.
Current behavior
The pre-commit hooks run at v2.32.2, and cz bump
does not increment them.
Desired behavior
The pre-commit hooks run at the latest version of Commitizen, and cz bump
increments them.
Screenshots
No response
Environment
N/A