Do not add trailing comma on single parameter function calls
tomasz-kaminski opened this issue · 2 comments
tomasz-kaminski commented
This utility adds trailing comma to function call having a single param - yes, this is in line with the overall idea - however, I find it quite ugly.
IMO it would be useful to skip trailing comma in cases like below. Can this be controlled by an additional parameter?
logger.warning(
f"Retry needed for http request, sleeping {wait_time} seconds.",
)
tomasz-kaminski commented
@asottile any explanation on why you closed this issue?
asottile commented
you did not search the issue tracker