We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
.pre-commit-config.yaml
pre-commit install --hook-type commit-msg
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hey guys, thanks for the nice pre-commit lib!
One thing that makes the install easier would be to suggest the usage of
in the
.pre-commit-config.yaml
instead ofpre-commit install --hook-type commit-msg
in the README.The text was updated successfully, but these errors were encountered: