-
Notifications
You must be signed in to change notification settings - Fork 1
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
DM-48788: Switch to ruff format #106
Conversation
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 #106 +/- ##
=======================================
Coverage 86.80% 86.80%
=======================================
Files 27 27
Lines 4690 4690
Branches 566 566
=======================================
Hits 4071 4071
Misses 474 474
Partials 145 145 ☔ View full report in Codecov by Sentry. |
af6cea5
to
a7fbf13
Compare
This enables the github action to use ruff format
f013b33
to
10cf241
Compare
@dhirving please take a quick look. I'm going to start going through the packages but I won't be asking for reviews each time because I want to minimize the time that the PRs are open and they are all going to be mechanical automated changes. This is representative though. |
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.
Looks good to me. It's exciting that it auto-sorts the __all__
lists and fixes docstring line lengths.
Checklist
doc/changes