Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1588 +/- ##
=======================================
Coverage 91.65% 91.65%
=======================================
Files 93 93
Lines 18277 18277
=======================================
+ Hits 16751 16752 +1
+ Misses 1526 1525 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes the upper bound constraint on the uv version requirement, allowing prek to work with any future version of uv >= 0.7.0 instead of the previous constraint of >=0.7.0, <0.11.0. This change improves forward compatibility by allowing prek to use newer system-installed or bundled uv versions without requiring code updates, while still maintaining a minimum version requirement of 0.7.0.
Changes:
- Modified UV_VERSION_RANGE to accept any uv version >= 0.7.0 by removing the upper bound constraint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1585