conventional-pre-commit icon indicating copy to clipboard operation
conventional-pre-commit copied to clipboard

A pre-commit hook that checks commit messages for Conventional Commits formatting

Results 12 conventional-pre-commit issues
Sort by recently updated
recently updated
newest added

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.

documentation

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)

* Version bump * Tagging * Release notes

documentation

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...

enhancement

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...

question