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 supported98 Subscribers
View all SubscribersAdd a CodeTriage badge to mypy
Help out
- Issues
- Overloaded `__getattr__` resolves attributes to the overloaded function
- Malformed type comment halts checking
- False positive "Overloaded function signature 2 will never be matched: signature 1's parameter type(s) are the same or broader" when using Unions vs TypeVars
- dmypy not reporting an issue that mypy finds
- Redefinition using the same type should not be an error
- Signature incompatible with mapping when key is a union of 2 types
- Can't check only submodules (except if installed with `pip install -e .`)
- mypy doesn't detect use before declaration when on the same line and there is a function call
- Support enum Literals in the enum plugin
- Fix enum `.value` with tuple
- Docs
- Python not yet supported