-
Notifications
You must be signed in to change notification settings - Fork 8
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
The uv-lock hook updates uv.lock but does not commit it #26
Comments
I think this i pre-commit behaviour, failed commands and changes to tracked files indicate a failed hook. This hook stops you committing an environment differing to the one you have |
Without With |
In this case the changed file stops the commit? |
IIRC it commited the unchanged file and left the modified file in the working tree. |
I am not sure what the uv-lock is supposed to do:
--locked
to report any issue .Right now it seems to be something in between: the lockfile is updated but not commited, and so it appears as a modified file after the commit has been done.
The text was updated successfully, but these errors were encountered: