conventional-pre-commit
conventional-pre-commit copied to clipboard
A pre-commit hook that checks commit messages for Conventional Commits formatting
updates: - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.0](https://github.com/pre-commit/mirrors-prettier/compare/v2.7.1...v3.0.0-alpha.0)
Thanks for the useful hook! You might consider adding it to https://pre-commit.com/hooks.html so that it is easier for others to discover.
updates: - [github.com/psf/black: 22.8.0 → 22.10.0](https://github.com/psf/black/compare/22.8.0...22.10.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.0 → v3.0.0-alpha.3](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.0...v3.0.0-alpha.3)
Hello, I have discovered by reading the code that the colours codes are used unconditionnally. In the case where the output is piped to a process, those colour code might...
Closes: #101
It would be nice if there was a field to specify valid scopes the same way you can specify valid types.
I've already read the rationale in previous issues about why it will be not be done and found it rather fallacious: the goal of a commit message checking tool is...
* Refactors the `conventional_pre_commit.format` module to use classes instead of the top-level functions * All existing behavior is now available on instances of either the `Commit` or `ConventionalCommit` class *...
Hello, I have configured conventional-pre-commit from `.pre-commit-config.yaml file`, ``` - repo: https://github.com/compilerla/conventional-pre-commit rev: v3.6.0 hooks: - id: conventional-pre-commit stages: [commit-msg] args: [] # optional: list of Conventional Commits types to...