TypingΒΆ

Rules for type annotations and modern typing syntax.

Enable with:

enable = ["typing"]

Rule

Message

Python

Autofix

no-bare-object-annotations

Replace this bare object annotation with a type that describes the value.

Any

No