conventional-pre-commit icon indicating copy to clipboard operation
conventional-pre-commit copied to clipboard

Promote usage of default_install_hook_types

Open aeimer opened this issue 1 year ago • 0 comments

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.

aeimer avatar Jul 22 '24 13:07 aeimer