-
-
Notifications
You must be signed in to change notification settings - Fork 944
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
chore: migrate to ruff
code formatter
#2230
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2230 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 63 63
Lines 6931 6931
Branches 1258 1258
=========================================
Hits 6931 6931 ☔ View full report in Codecov by Sentry. |
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.
great minimal changes. left just a couple of comments, but this is fine as is too
Co-authored-by: Federico Caselli <[email protected]>
This PR only aims to replace the
blue
code formatter withruff
(see also the discussion on #2218). I have filed a separate follow-up issue (#2231) to potentially replace otherflake8
stuff withruff
as well.Closes #2218.