Using 4.3.0 and trying this commit:
git ci -m "chore: update pre-commit checking commit message formatting"
I get this error message:
.git/COMMIT_EDITMSG: error Subject should be capitalized but found `chore:`
Capital C works:
git ci -m "Chore: update pre-commit checking commit message formatting"
but I the conventions is lower-case c, not?
Including the full content of the .pre-commit-config.yaml file.
pre-commit-config.yaml