StyleΒΆ

Rules for code style and structure.

Enable with:

enable = ["style"]

Rule

Message

Python

Autofix

no-annotated-self

Do not annotate self in instance methods.

Any

Yes

public-method-order

Define public methods before private helpers in behavior classes.

Any

No