Line break before operator added only with --experimental-string-processing
#2491
Labels
F: linebreak
How should we split up lines?
F: strings
Related to our handling of strings
T: bug
Something isn't working
Running Black on the following code makes no changes:
unless you add
--experimental-string-processing
, in which case a newline is added before==
:I don't have a strong view on which is better, but they should probably be consistent. Related to #2188.
The text was updated successfully, but these errors were encountered: