TypingΒΆ

Rules for type annotations and modern typing syntax.

Enable with:

enable = ["typing"]

Rule

Message

Python

Autofix

no-bare-object-annotations

Use a narrower type than bare object in annotations.

Any

No