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
- stubgen builds stubs for private modules
- Make stubtest handle `__new__` in Enums
- Not finding an attr and generating attr-defined error
- 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
- Docs
- Python not yet supported