No line-wrapping for keyword argument #933
Labels
F: parentheses
Too many parentheses, not enough parentheses, and so on.
T: enhancement
New feature or request
Operating system: Win10 Version 10.0.18362 Build 18362
Python version: 3.7.3
Black version: 9.3b0
Does also happen on master: Yes
Input:
Output:
name_of_local_variable
's value is put on the next line, butname_of_the_parameter
is untouched.This is true even if I use
name_of_the_parameter=lambda x: "Very long string value that should be placed on the next line"
which gives two opportunities for wrapping.The text was updated successfully, but these errors were encountered: