-
Notifications
You must be signed in to change notification settings - Fork 73
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
docs: Document plugin development with uv and how to migrate existing ones #2861
Conversation
Reviewer's Guide by SourceryThis pull request updates the documentation to include instructions for using Flow diagram for migrating from Poetry to uvflowchart TD
A[Start Migration] --> B[Install uv]
B --> C[Run uvx migrate-to-uv]
C --> D[Update build-system in pyproject.toml]
D --> E[Update CI/CD configs]
E --> F[Replace poetry commands with uv]
F --> G[Migration Complete]
subgraph Command Changes
H[poetry install] --> I[uv sync]
J[poetry add] --> K[uv add]
L[poetry run] --> M[uv run]
end
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
59cd077
to
4c5ee06
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @edgarrmondragon - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟡 General issues: 4 issues found
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Related
Summary by Sourcery
Documentation: