chore(deps): update pre-commit hook compilerla/conventional-pre-commit to v2.4.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
compilerla/conventional-pre-commit | repository | minor |
v2.3.0 -> v2.4.0
|
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 if you have any questions.
Release Notes
compilerla/conventional-pre-commit (compilerla/conventional-pre-commit)
v2.4.0
A long-requested change, conventional-pre-commit
now accepts git commit --fixup
-style commit messages by default.
For the original behavior of enforcing pure Conventional Commits formatting, pass the --strict
flag:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: <git sha or tag>
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
args: [--strict]
What's Changed
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in https://github.com/compilerla/conventional-pre-commit/pull/57
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in https://github.com/compilerla/conventional-pre-commit/pull/58
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in https://github.com/compilerla/conventional-pre-commit/pull/59
- feat: introduce "strict" mode by @vitaly-fanaskov-r in https://github.com/compilerla/conventional-pre-commit/pull/61
New Contributors
- @vitaly-fanaskov-r made their first contribution in https://github.com/compilerla/conventional-pre-commit/pull/61
Full Changelog: https://github.com/compilerla/conventional-pre-commit/compare/v2.3.0...v2.4.0
PyPI: https://pypi.org/project/conventional-pre-commit/2.4.0/
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.