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
- Typeshed import cycle causes mypy to start claiming a fixed-length tuple type alias declared with `TypeAlias` is "not valid as a type"
- (🐞) `(*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``
- Name binding can be wrong when unrelated forward references are involved
- (🐞) `Protocol` compatibility is broken for `__call__(self, *args: Any)`
- `Self` and `self` are not bound until after class definition, becoming `Any`/`Never` when passed through a decorator
- Irregularities in populating new dict from a source dict with a narrower key type
- mypy website
- Setuptools includes type info by default now, update docs accordingly
- Docs
- Python not yet supported