You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
.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
The text was updated successfully, but these errors were encountered: