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
- `--strict-equality` flag not working with membership operator and `Literal` types
- Bad error with Protocol and class heirarchy with overloads
- EncodingWarning when running under PyPy
- generics are removed from function signatures that are assigned to `Callable` types
- mypy sometimes confuses nested classes-in-functions which share the same name
- Support narrowing literals and enums using the in operator in combination with list, set, and tuple expressions.
- False "type assignment error" when assigning an instance of `Field` class or classes extended from it.
- type inferance from await asyncio.gather() with 6 elements no longer works
- ClassVar[TypeAlias] in dataclass-like classes becomes Any
- Unclear error message: incompatible type "type[str]"; expected "Callable[[_T], _T]"
- Docs
- Python not yet supported