Closed
Description
Description
With commitizen in node it is very straight forward on how to replace git commit
in a project using git hooks, however, this does not seem to work in my current python project using poetry but is possible if you bring in npm
as an additional dependency. Not ideal.
Possible Solution
Make cz commit
replace git commit
when a contributor is committing inside of a repository.