mypy
https://github.com/python/mypy
Python
Optional static typing for Python
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported99 Subscribers
View all SubscribersAdd a CodeTriage badge to mypy
Help out
- Issues
- Make --local-partial-types the default
- Disallow any generic in type type context
- Let issubclass narrow Any
- Use the actual readme as the pyproject.toml readme
- `RecursionError` with recursive type alias and concatenate
- `NotImplementedError` crash on mutually recursive `TypeVarTuple` type aliases
- python3.14: occasional crashes with mypyc compiled code
- Emit errors with `--disallow-any-generics` if `type[T]` or `TypeForm[T]` receives a generic `T` with missing type arguments
- mypy does not recognise from ... import inside an IntEnum class body as producing enum members.
- fix: use "parameter" instead of "argument" in missing-self error message
- Docs
- Python not yet supported