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 #57
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #58
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #59
- feat: introduce "strict" mode by @vitaly-fanaskov-r in #61
New Contributors
- @vitaly-fanaskov-r made their first contribution in #61
Full Changelog: v2.3.0...v2.4.0
PyPI: https://pypi.org/project/conventional-pre-commit/2.4.0/