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
- Fix #21030
- Classes inheriting from `NamedTuple` can't have `ParamSpec` as generic type parameter
- subtle cache corruption when using dataclass transform leading to `Cannot determine type of "<my-dataclass-transform>" [has-type]` and a big complicated codebase (Pomodouroboros)
- [i386/i686] Fatal Python error: Segmentation fault while running the tests
- Tuple comparison does not check comparability of element types
- Allow ParamSpec in NamedTuple and TypedDict
- iter(...) is not revealed the same as __iter__ method
- Undefined names used as decorators on top of `TypedDict` are not reported
- stubtest: basic support for unpack kwargs
- `stubtest` doesn't expand `**kwargs: Unpack[...]`
- Docs
- Python not yet supported