Skip to content

Commit d867d09

Browse files
Update pre-commit hook commitizen-tools/commitizen to v4.8.3 (#27)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [commitizen-tools/commitizen](https://redirect.github.com/commitizen-tools/commitizen) | repository | patch | `v4.8.2` -> `v4.8.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>commitizen-tools/commitizen (commitizen-tools/commitizen)</summary> ### [`v4.8.3`](https://redirect.github.com/commitizen-tools/commitizen/blob/HEAD/CHANGELOG.md#v483-2025-06-09) [Compare Source](https://redirect.github.com/commitizen-tools/commitizen/compare/v4.8.2...v4.8.3) ##### Fix - **cli**: update description for deprecate warning - **commit**: emit deprecated warning of cz commit -s - **Check**: make parameters backward compatiable - **BaseConfig**: mypy error - **deprecated**: mark deprecate in v5 - **defaults**: add non-capitalized default constants back and deprecated warning ##### Refactor - **jira**: refactor message - **conventional_commits**: use TypedDict for answers - **conventional_commits**: make schema_pattern more readable - do not guess if changelog format is provided - **check**: compile once and rename variable - **questions**: type questions with TypedDict - **bump**: simplify nested if - **git**: retype get_commits parameter to make it more friendly to call sites - **git**: simplify tag logic - **bump**: eliminate similar patterns in code - **bump**: use any to replace 'or' chain - remove unnecessary bool() and remove Any type from TypedDict get - **bump**: improve readability and still bypass mypy check - **commands**: remove unused args, type version command args - **commit**: type commit args - **check**: type CheckArgs arguments - **check**: remove unused argument - **changelog**: type untyped arguments - **bump**: TypedDict for bump argument - make methods protected, better type - **conventional_commits**: remove unnecessary checks - fix mypy output and better type - **BaseCommitizen**: remove unused process_commit - remove `TypeError` handling since `Python >=3.9` is required - add comment clarifying `no_raise` parsing to `list[int]` - **cli.py**: add type hints - **mypy**: remove `unused-ignore` - **changelog**: better typing, yield - **cli**: early return and improve test coverage - **git**: extract \_create_commit_cmd_string - misc cleanup - **bump**: clean up - **bump**: add type for out, replace function with re escape - **BaseConfig**: use setter - **changelog**: minor cleanup - **git**: refactor get_tag_names - **EOLType**: add eol enum back and reorganize methods - **git**: code cleanup and better test coverage - **commit**: simplify call - **version_scheme**: cleanup - improve readability and fix typos ##### Perf - **bump**: avoid unnecessary list construction and rename variable to avoid confusion - **tags**: use set </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/matts1/rules_toolchains). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40OC41IiwidXBkYXRlZEluVmVyIjoiNDAuNDguNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 34de63c commit d867d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: buildifier-lint
2121
# Enforce that commit messages allow for later changelog generation
2222
- repo: https://github.com/commitizen-tools/commitizen
23-
rev: v4.8.2
23+
rev: v4.8.3
2424
hooks:
2525
# Requires that commitizen is already installed
2626
- id: commitizen

0 commit comments

Comments
 (0)