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
- Support generic upper bounds
- Fix incorrect TypeVar default expansion order (Fixes #20336)
- [wip] Better handling of generics when narrowing
- Mypy is expecting `type[Never]` in context when it shouldn't
- Refactor: modularize long methods in Options and checkexpr
- Regression: false positive avoid redundant cast with literal union
- Infer type of generic class from return type of (optionally awaitable) callable passed to constructor
- Keep `Literal` after indexing?
- Refactor: simplify combine_function_signatures by reducing line count and preserving comments
- use is_same_type when resolving decorators in suggestions
- Docs
- Python not yet supported