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
- stubgen: mangles from _typeshed import Incomplete on Windows
- Unexpected incompatible types in assignment (Failed in recursive type checking, nested protocol with generic type)
- chore: add a utility to generate a schema file
- Support exhaustive checking for βinβ operator.
- Typeshed import cycle causes mypy to start claiming a fixed-length tuple type alias declared with `TypeAlias` is "not valid as a type"
- `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
- Unsound assignment of a method to a Callable
- stubgen: Class docstring not included in stub when combining `--include-docstrings` with `--inspect-mode`
- Don't check plugin-generated functions
- Docs
- Python not yet supported