-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
F: linetoolongBlack makes our lines too longBlack makes our lines too longT: bugSomething isn't workingSomething isn't working
Description
Input (which I also think is a good format for output):
{
"some very long dictionary key string goes here":
lambda: some_very_long_function_name(x, y, z)
}Output:
{
"some very long dictionary key string goes here": lambda: some_very_long_function_name(
x, y, z
)
}Note that the second line is >88 characters.
Possibly related to #781?
Operating system: Linux
Python version: 3.6.3
Black version: 19.3b0
Does also happen on master: yes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
F: linetoolongBlack makes our lines too longBlack makes our lines too longT: bugSomething isn't workingSomething isn't working