Long method chaining inside a dictionary looks bad #2591
Labels
F: parentheses
Too many parentheses, not enough parentheses, and so on.
R: duplicate
This issue or pull request already exists
T: style
What do we want Blackened code to look like?
Describe the style change
Break up and indent long method chaining inside a dictionary in a more readable way
Examples in the current Black style
How black breaks up method chaining in variable assignments:
How black does it with dictionary key assignments:
Desired style
or maybe:
Additional context
The text was updated successfully, but these errors were encountered: