-
-
Notifications
You must be signed in to change notification settings - Fork 276
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
Make uv.lock optional bump #1383
Comments
Hi @Lee-W, I used uv to create a virtual environment while working on another issue. I think I can give this one a try as well. |
That would be awesome 🙂 |
Hi @Lee-W, I tested it with both Python 3.10 and 3.12, and the Commitizen version in both cases was 4.5.0. Could youprovide more details about your environment and the issue you're encountering? |
Ah, right, missing one crucial piece 🤦♂️ Just updated the commands above. so the idea is we still need to choose uv provider |
Thanks, I will try to reproduce the situation. |
Description
uv.lock
might not exists when the project is just initializedSteps to reproduce
Current behavior
Desired behavior
It should skip if
uv.lock
is not there yet.Screenshots
No response
Environment
Commitizen Version: 4.5.0
Python Version: 3.12.7 (main, Oct 16 2024, 07:12:08) [Clang 18.1.8 ]
Operating System: Darwin
The text was updated successfully, but these errors were encountered: