Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #506 +/- ##
=======================================
Coverage 88.84% 88.84%
=======================================
Files 35 35
Lines 3514 3514
Branches 484 484
=======================================
Hits 3122 3122
Misses 284 284
Partials 108 108 ☔ View full report in Codecov by Sentry. |
1112002 to
cbdb89f
Compare
|
Any rationale for replacing black with ruff? |
|
@piotr-dobrogost While we're here: Anything against |
|
Thanks for the answer. |
|
@piotr-dobrogost Good idea. I will note the reasoning in the changelog (updated the PR as well) |
6d1e0a0 to
15efb6a
Compare
Changes
Development
Convert from
blacktoruff format(https://docs.astral.sh/ruff/formatter/)This retains the formatting style of
blackwhile eliminating a dev dependency by using our existing rust-basedrufflinter.