conventional-pre-commit
conventional-pre-commit copied to clipboard
Promote usage of default_install_hook_types
Hey guys, thanks for the nice pre-commit lib!
One thing that makes the install easier would be to suggest the usage of
default_install_hook_types:
- pre-commit
- commit-msg
in the .pre-commit-config.yaml instead of pre-commit install --hook-type commit-msg in the README.