TypingΒΆ
Rules for type annotations and modern typing syntax.
Enable with:
enable = ["typing"]
Rule |
Message |
Python |
Autofix |
|---|---|---|---|
Use a narrower type than bare object in annotations. |
Any |
No |
Rules for type annotations and modern typing syntax.
Enable with:
enable = ["typing"]
Rule |
Message |
Python |
Autofix |
|---|---|---|---|
Use a narrower type than bare object in annotations. |
Any |
No |