-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
F: empty linesWasting vertical space efficiently.Wasting vertical space efficiently.R: not a bugThis is deliberate behavior of Black.This is deliberate behavior of Black.T: user supportOP looking for assistance or answers to a questionOP looking for assistance or answers to a question
Description
I've seen mention of this in #144 (comment) but did not spot an adequate solution. A blank line is introduced by black between a function docstring and a local function definition (which I personally agree with). However, this triggers D202 which complains about that line. I'm not sure what the official recommendation is. Any pointers?
Metadata
Metadata
Assignees
Labels
F: empty linesWasting vertical space efficiently.Wasting vertical space efficiently.R: not a bugThis is deliberate behavior of Black.This is deliberate behavior of Black.T: user supportOP looking for assistance or answers to a questionOP looking for assistance or answers to a question