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 supported99 Subscribers
View all SubscribersAdd a CodeTriage badge to mypy
Help out
- Issues
- (🐞) False 'Any expression' error in assignment to `Any` when super expression is cast
- (🎁) don't consider any expression errors when matching an overload
- Misbehavior of `expand_type` in pydantic mypy plugin
- Containment checks for separate types raises error
- `property` accessed on class incorrectly understood as function, expected `property`
- Add a link from mypy's main documentation page to the wiki page
- Type narrowing issue: bounded TypeVar loses type information when list is sliced
- Support for `__builtins__.pyi`?
- Dict update typing error, update Dict[Union[int, str], str] from Dict[int, str]
- Add truthy-coroutine check
- Docs
- Python not yet supported