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
- (🐞) `(*args: Any)` acts inconsistently to how `(*args: Any, **kwargs: Any)` behaves
- Allow keyword arguments when creating namedtuple
- 1.6.1 > 1.7.0 and 1.7.1 regression in for "broken" ``dataclasses``
- Mypy does not report as an error passing a `list[str]` where `tuple[str, ...]` is expected.
- Name binding can be wrong when unrelated forward references are involved
- Unexpectedly encountered partial type
- (🐞) `Protocol` compatibility of `Unpack`ed `TypeVarTuple` is broken when signature is not a trivial `*args: Any`
- (🐞) `Protocol` compatibility is broken for `__call__(self, *args: Any)`
- Getting a union from an `and` expression
- `Self` and `self` are not bound until after class definition, becoming `Any`/`Never` when passed through a decorator
- Docs
- Python not yet supported