Describe the style change
Examples in the current Black style
def f(): """This code should be formatted as per the current Black style""" pass
Desired style
def f( ): """This code can be formatted however you suggest!""" pass
Additional context