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 supported92 Subscribers
View all SubscribersAdd a CodeTriage badge to mypy
Help out
- Issues
- False Positive: MyPy fails to infer type of logging handlers in "a = x if c else y" construct
- Abstract settable properties are not fully supported
- (Partial) support for dynamically generated types
- Incompatible return type when returning empty list and annotation is `Union[List]`
- Cannot infer type of generic attributes in `match` statements when inheritance is involved
- How to inherit argument types from a specific wrapped function
- mypy doesn't like when I use type variables to subscript generic type
- [mypyc] singledispatch made outside the main namespace
- "Overloaded function signatures overlap with incompatible return types" false positive when there can be a subtype of both return types
- Mypy thinks that `class` statement always produces some class
- Docs
- Python not yet supported