Blank LinesΒΆ

Whitespace and statement-separation rules.

Enable with:

enable = ["blank-lines"]

Rule

Message

Python

Autofix

blank-line-after-control-block

Add a blank line after this multiline control-flow block.

Any

Yes

blank-line-after-terminal-control-block

Add a blank line after this early-exit control-flow block.

Any

Yes

blank-line-before-branch

Add a blank line before this branch statement in a larger code block.

Any

Yes

blank-line-before-unrelated-block

Add a blank line before this block; the preceding statements do not prepare values used by it.

Any

Yes

no-suite-leading-trailing-blank-lines

Remove blank lines at the beginning or end of a code block.

Any

Yes