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
- Binding a name that is used before but now out of scope in a pattern match breaks mypy
- Type inference on `owner` argument to `__set_name__`
- (🐞) Failure to narrow lambdas when using `Protocol` with `__call__`
- allow variables named `_` (underscore) to be untyped (throwaway variables)
- Seemingly erroneous incompatible type "list[int]"; expected "Iterable[Never]"
- MyPy not inferring type from assert statement.
- How to properly use shared mypy cache with daemon mode
- Why is the dict extension prohibited in the TypedDict constructor?
- Wrong errors of type unsupported operand when type checking is done in list
- note: A user-defined top-level module with name "XXX" is not supported
- Docs
- Python not yet supported