Align uv-lock index URL with Renovate (remove trailing slash)#123
Closed
Copilot wants to merge 2 commits into
Closed
Align uv-lock index URL with Renovate (remove trailing slash)#123Copilot wants to merge 2 commits into
uv-lock index URL with Renovate (remove trailing slash)#123Copilot wants to merge 2 commits into
Conversation
Copilot
AI
changed the title
[WIP] Update uv-lock pre-commit hook index URL to match Renovate
Align Jun 10, 2026
uv-lock index URL with Renovate (remove trailing slash)
lmolkova
approved these changes
Jun 10, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request aligns the PyPI “simple” index URL used by the uv-lock pre-commit hook and the generated uv.lock metadata with Renovate’s canonical URL format (removing the trailing slash), preventing lockfile churn and manual intervention like in #91.
Changes:
- Update
.pre-commit-config.yamluv-lockhook args to usehttps://pypi.org/simple(no trailing slash). - Normalize
source.registryentries inuv.lockfromhttps://pypi.org/simple/tohttps://pypi.org/simple.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
uv.lock |
Normalizes registry URL strings to match Renovate’s canonical index URL format. |
.pre-commit-config.yaml |
Updates the uv-lock hook’s --index-url to the non-trailing-slash form to avoid lockfile discrepancies. |
Member
|
Covered by #146 |
Member
|
Oh sorry missed this! |
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.
Update
.pre-commit-config.yamluv-lockargs to usehttps://pypi.org/simple(no trailing slash), matching Renovate output.See #91 - it needed manual intervention because renovate uses https://pypi.org/simple and pre-commit check uses https://pypi.org/simple/