Inspections Reference¶
All inspections provided by BetterPy. Each can be configured in Settings → Editor → Inspections → BetterPy.
| Inspection | Maturity | Description | Group |
|---|---|---|---|
| Missing |None annotation inspection | Incubating | Reports parameters with a None default value whose annotation is missing | None | Typing & Type Hints |
| Overridden method missing type annotations inspection | Incubating | Reports overrides missing type annotations present in parent methods | Typing & Type Hints |