-
-
Notifications
You must be signed in to change notification settings - Fork 304
Closed
Description
Description
I use the pre-commit framework to apply some sanity check before committing to my repositories. I recently discover this lib and wanted to give it a try. Fantastic work !
I use te following command to create a new commit:
cz commit
And I get the following results (sorry for the image but everything is about coloring):

after #258which is the commit message, the pre-commit checks start and normally at the end of their lines skippedshould be blue, passed: green and failed red. when creating a commit with czI loose these colors. I tested back using simply git commitand it worked.
Question then: why is the coloring of pre-commit disabled by cz ?