Long dict key with operators are oddly broken into multiple lines #3442
Labels
F: linebreak
How should we split up lines?
S: accepted
The changes in this design / enhancement issue have been accepted and can be implemented
T: style
What do we want Blackened code to look like?
Describe the style change
Examples in the current Black style
Desired style
Additional context
This is an example found in #3440 while working on the dict value. I think the issue is that we don't treat
:
as a delimiter thus the "operators" are broken instead of:
.The text was updated successfully, but these errors were encountered: