-
Notifications
You must be signed in to change notification settings - Fork 0
Migrate from poetry to uv #936
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
base: main
Are you sure you want to change the base?
Conversation
|
Good to see the code-style check working. We've had issues with other repos because development dependencies aren't installed by the action when using uv, but it's working here because you're using @da1910 Does |
- Swap setup to uv - Swap to ruff for lint and formatting - Fix some ruff and mypy complaints
- Add sphinx-design explicitely - Use uv run
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #936 +/- ##
==========================================
- Coverage 94.76% 94.23% -0.53%
==========================================
Files 7 7
Lines 802 833 +31
==========================================
+ Hits 760 785 +25
- Misses 42 48 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Migration to a more modern build and packaging system