Redundant quotes after joining strings #2737
Labels
F: strings
Related to our handling of strings
R: duplicate
This issue or pull request already exists
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
I am a first time user and ran black on code generated by Cookiecutter and noticed that a string literal that was split across lines was joined, but the extra quotes were left in and so this I feel will reduce readability. Here is the original code:
Examples in the current Black style
Desired style
Additional context
Here is the full
cli.py
content that was generated by Cookiecutter:The text was updated successfully, but these errors were encountered: