-
Notifications
You must be signed in to change notification settings - Fork 662
style: reformat to the Black default line length of 88 #4517
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
Conversation
32519ce
to
37a9719
Compare
Codecov Report
@@ Coverage Diff @@
## master #4517 +/- ##
==========================================
- Coverage 92.38% 91.99% -0.39%
==========================================
Files 189 189
Lines 20661 20661
Branches 2855 2855
==========================================
- Hits 19087 19007 -80
- Misses 1181 1261 +80
Partials 393 393
|
Strangely github doesn't crosslink discussions here. See the relevant thread at #4515 |
Based on the discussion in #4515, it looks like a line length of 88 is preferred, matching what's done here. Is there anything left to do here? |
We need to rerun the formatter on the current main branch, also we should add the created formatting commit to |
@kszucs Are you opposed to this change? |
Nope, I don't have a strong opinion on this. |
@kszucs Shall we merge? I'll add the commit to the ignore revs file once it lands upstream. |
This PR changes the line length of the codebase to the black default of 88