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
- Empty dictionary argument is incompatible with union of mappings
- Parameterized protocol structure ignored as argument
- Class factory with `type[TypeVar]` with upper bound not checked correctly (false positive)
- Do not raise `unused-awaitable` when it's already `await`ed
- Support instantiation of type[SomeTypeVar] -> SomeTypeVar
- mypy rejects unpacking into same variable
- Spurious errors on the builtin open when running mypy on mypy
- Failing to infer type upon concretization of generic (inferred <nothing>)
- False positive in return type on a decorator factory whose results can decorate functions or coroutines
- appending `#type:ignore` to an import does more than skipping analyzing the import
- Docs
- Python not yet supported