A string that's been split across several lines that needn't be has " "
in the middle
#2183
Labels
F: strings
Related to our handling of strings
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
Given a split string that is now too short to need to be split, black will combine the string with an implicit concatenation (with
" "
in the middle) instead of just extending the string. This is ugly, unnecessary, and fails common linters.Examples in the current Black style
Desired style
Version information
The text was updated successfully, but these errors were encountered: