jesse-sony
jesse-sony
still working through all the internal hoops to get added to Sony's group that is approved to submit code to Google, but getting closer! Hopefully in next week or so...
This is an issue for us as well. Looking at the code, though it might be somewhat interesting to implement. It would need a new knob for sure. Then I...
That also doesn't take into account a long chain of logical operators, some of which are nested inside parens. I guess the calculation for the wrap of a logical operator...
There are still PRs being accepted and I'm happy to do the work to add the features we need in because black/pyink don't support the formatting we want. Worst case,...
I have a patch I'll be pushing up for PR that will allow the above snippet to format as ``` something = a_function(another_function(argument1, argument2, argument3), a_function_arg_2, a_function_arg_3) ``` which is...