pre-commit-crocodile¶
Git hooks intended for developers using pre-commit and commitizen.
Userspace available settings¶
pre-commit-crocodile
creates a settings.ini
configuration file in a userspace folder.
For example, it allows to disable the automated updates daily check ([updates] > enabled
)
The settings.ini
file location and contents can be shown with the following command:
Environment available configurations¶
pre-commit-crocodile
uses colored
for colors outputs and questionary
for interactive menus.
If colors of both outputs types do not match the terminal's theme,
an environment variable NO_COLOR=1
can be defined to disable colors.