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
- `func-returns-value` false positive for union type?
- No-field class derived from `dataclass_transform` base class uses base class's constructor signature
- Comparison operators emit "Unsupported operand types" when using `isinstance` to narrow `TypeVar` to union of numeric types
- `[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
- Docs
- Python not yet supported