Labels
Labels
97 labels
- Function calls, *args, **kwargs, defaults
- Configuration files and flags
- dmypy
- PEP 681
- Properties, class vs. instance attributes
- Issues relevant to mypy developers
- The disallow-any-* family of flags
- How we report errors
- PEP 591
- The --no-implicit-reexport option
- When to infer types or require explicit annotations
- Inheritance and incompatible overrides
- Using join vs. using unions
- PEP 675
- Python 3.10's match statement
- mypyc bugs
- NewType
- Overlapping equality check
- PEP 612, ParamSpec, Concatenate