Add sync-with-uv for repos using pre-commit with uv#1005
Merged
nathanjmcdougall merged 3 commits intomainfrom Oct 13, 2025
Merged
Conversation
CodSpeed Performance ReportMerging #1005 will degrade performances by 9.11%Comparing Summary
Benchmarks breakdown
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Collaborator
Author
|
Regression because we need to detect the backend now when using pre-commit |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request adds the sync-with-uv pre-commit hook for repositories using uv as their backend. The hook helps keep UV dependencies synchronized in pre-commit configurations.
- Adds
sync-with-uvhook to pre-commit configurations when using theuvbackend - Updates test expectations to include the new hook in the appropriate order
- Extracts version constants for better maintainability
Reviewed Changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/usethis/_tool/impl/pre_commit.py | Implements pre-commit configuration with sync-with-uv hook for uv backend |
| src/usethis/_tool/impl/pyproject_fmt.py | Extracts version constant for pyproject-fmt |
| src/usethis/_integrations/pre_commit/hooks.py | Adds sync-with-uv to hook ordering |
| src/usethis/_core/tool.py | Ensures PreCommitTool's config is added first |
| tests/ | Updates test expectations to include sync-with-uv hook |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.
No description provided.