docs: update contribution guide and fix tox compatibility with uv#563
Merged
docs: update contribution guide and fix tox compatibility with uv#563
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR modernizes the testing infrastructure by integrating tox-uv for better compatibility between tox and uv, and enhances the contribution documentation. The changes replace the manual uv integration in tox.ini with a native tox-uv runner configuration in tox.toml format, streamlining the testing workflow. The documentation is also expanded to include guidance on working with VuePress 2 documentation locally.
Key changes:
- Migrates from tox.ini with manual uv commands to tox.toml with tox-uv plugin
- Adds tox-uv>=1.29.0 dependency to enable native uv support in tox
- Updates and expands contribution documentation with documentation workflow instructions
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| uv.lock | Adds tox-uv and uv package dependencies with their full metadata and platform-specific wheels |
| tox.toml | New tox configuration file using TOML format with uv-venv-lock-runner for testing across Python 3.10-3.13 |
| tox.ini | Removes legacy INI-format tox configuration with manual uv commands |
| pyproject.toml | Adds tox-uv>=1.29.0 to dev dependencies with explanatory comment |
| docs/contrib.md | Simplifies setup instructions, removes pyenv references, and adds comprehensive VuePress documentation workflow section |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
d2de20b to
55add4f
Compare
s3rius
approved these changes
Dec 7, 2025
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.