black icon indicating copy to clipboard operation
black copied to clipboard

Allow empty lines at beginnings of more blocks

Open hauntsaninja opened this issue 1 year ago • 0 comments

Fixes #4043, fixes #619

These include nested functions and methods.

I think the nested function case can quite clearly improve readability. I think the method case improves consistency, adherence to PEP 8 and resolves a point of contention.

#4060 intended to allow empty lines at the beginning of all blocks (except immediately before a docstring), but missed this case

hauntsaninja avatar Dec 28 '23 06:12 hauntsaninja