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
- Not reporting any error when function returns bool type while expecting str type
- False negative with a constrained generic type in the presence of `Any`
- mypy Type error for a class with an imported metaclass
- Looses type of nested/inner collection in a `flatten(filter(...))` chain
- Proper way to use dynamic keys for TypedDict
- When using`--disallow-any-expr`, silence complaints about Any where object would work
- Failure to narrow down type of elements of Tuple
- Type[T] -> T has a strange behaviour
- mypy does not warn about incorrect default value in dict.get in some case
- TypeError from sorting incompatible types isn't flagged
- Docs
- Python not yet supported