Use a build backed when creating a new pyproject.toml file#383
Conversation
CodSpeed Performance ReportMerging #383 will not alter performanceComparing Summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #383 +/- ##
==========================================
+ Coverage 98.10% 98.16% +0.06%
==========================================
Files 70 71 +1
Lines 3008 3053 +45
==========================================
+ Hits 2951 2997 +46
+ Misses 57 56 -1 ☔ View full report in Codecov by Sentry. |
|
This is making things significantly slower - it's not obvious to me why yet. |
src/usethis/_integrations/uv/init.py
Outdated
| id_keys=["tool", "hatch", "build", "targets", "wheel"], | ||
| value={"packages": ["."]}, | ||
| ) | ||
| PyprojectTOMLManager().write_file() |
There was a problem hiding this comment.
Ah, the slowdown would be because of this line.
|
This is still slower; I think it's because we need to write an extra time to the |
No description provided.