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
The readme includes instructions:
repos: - repo: https://github.com/maltzj/google-style-precommit-hook sha: b7e9e7fcba4a5aea463e72fe9964c14877bd8130 hooks: - id: google-style-java
There is no hash b7e9e7fcba4a5aea463e72fe9964c14877bd8130 in this projects git history.
b7e9e7fcba4a5aea463e72fe9964c14877bd8130
git fetch --all git log --all | grep -i b7e9e7fcba4a5aea463e72fe9964c14877bd8130 --count 0
Also since pre-commit 1.7.0, it should be rev not sha.
rev
sha
It would be convenient to use tags for releases IMO, but SHAs have the benefit of being immutable. If they were correct.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The readme includes instructions:
There is no hash
b7e9e7fcba4a5aea463e72fe9964c14877bd8130
in this projects git history.Also since pre-commit 1.7.0, it should be
rev
notsha
.It would be convenient to use tags for releases IMO, but SHAs have the benefit of being immutable. If they were correct.
The text was updated successfully, but these errors were encountered: