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 supported97 Subscribers
View all SubscribersAdd a CodeTriage badge to mypy
Help out
- Issues
- `[mypyc]` indexing fixed-length tuples is extremely slow and gets slower with increse in length
- join is not symmetric for type[X] vs class object X
- `Final` nested inside `ClassVar` results in `Any`
- unexpected "var-annotated" when using constrained TypeVar
- Specify behavior for `Literal?` types.
- Unclear when Join is picked vs Union in upcast operation.
- Always try to report missing protocol members
- `NamedTuple` parametrized with a `ParamSpec` can't be used as an annotation
- `mypy` doesn't understand that `*args: P.args` implies that `args` is a `tuple`
- [testing]
- Docs
- Python not yet supported