-
-
Notifications
You must be signed in to change notification settings - Fork 836
New issue
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
issue a warning if a mutable ref is used (HEAD
/ stable
/ master
/ etc.)
#974
Comments
We use pre-commit to maintain a shared set of hooks for our 50+ repositories. Using a mutable ref is at the moment the solution that requires less effort from our developers, as there's no need to update the |
this bit goes into a little detail about the rationale The design enforces this idea for a couple reasons
|
While I do not use branches anywhere, and I am not against this feature, I would to mention few aspects:
|
|
Perhaps nudging towards https://pre-commit.com/#using-the-latest-version-for-a-repository or
pre-commit autoupdate
The text was updated successfully, but these errors were encountered: