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
- Test stub files against real code
- generic class attributes with unions become object on subclasses
- Assigning a variable to the result of an untyped method removes any existing type constraints
- warn_unused_ignores is too sensitive: false positives
- Better error message for incompatible assignment to method
- Support both warnings and errors
- Disallow access to instance variable via class
- Reject bound covariant type variable in an argument type
- [Feature Request] Provide an API to get the type of the expressions in the AST
- Document or explain "<nothing>"
- Docs
- Python not yet supported