Blank Lines

Whitespace and statement-separation rules.

Enable with:

enable = ["blank-lines"]

Rule

Message

Python

Autofix

blank-line-after-control-block

Missing blank line after multiline control-flow block statement.

Any

Yes

blank-line-before-assignment

Missing blank line before assignment statement that follows a non-assignment statement.

Any

Yes

blank-line-before-branch

Missing blank line before return/raise/break/continue in a large suite.

Any

Yes

blank-line-before-unrelated-block

Illegal cuddle before block header. The preceding setup must directly feed the upcoming block.

Any

Yes

no-suite-leading-trailing-blank-lines

Any

Yes