compilerla / conventional-pre-commit

A pre-commit hook that checks commit messages for Conventional Commits formatting
Apache License 2.0
348 stars 59 forks source link

Added support for non optional scope #54

Closed gpatsiaouras closed 1 year ago

gpatsiaouras commented 1 year ago

By using the argument --force-scope the presense of scope in the commit message is enforced, meaning that the commit should always have a scope.

thekaveman commented 1 year ago

v2.3.0 has been released to PyPI, thank you again!