chore: use uv as the dependencies installer#50
Conversation
but keep using hatch for everything else since we get most of uv's benefits on the dependencies installation step and its other benefits are not worth enough for the change
PR SummaryLow Risk Overview Hatch remains the workflow for envs, scripts, tests, and static analysis; only the install step for that default env changes, aimed at faster dependency resolution/installation without migrating the rest of the tooling to uv. Reviewed by Cursor Bugbot for commit d4ceda4. Bugbot is set up for automated code reviews on this repo. Configure here. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #50 +/- ##
=======================================
Coverage 93.47% 93.47%
=======================================
Files 10 10
Lines 904 904
Branches 135 135
=======================================
Hits 845 845
Misses 34 34
Partials 25 25 Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
but keep using hatch for everything else since we get most of uv's benefits on the dependencies installation step and its other benefits are not worth enough for the change