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 supported104 Subscribers
View all SubscribersAdd a CodeTriage badge to mypy
Help out
- Issues
- Consider making _ have type Any
- mypyc: Add support for new-style attrs API
- False positive on `_` (underscore) as variable name with `disallow-any-expr`
- callables are inferred to be descriptors when they shouldn't always be, protocols are inferred to not be descriptors when maybe they should, and mypy converts between them with no error
- Add `warn_name_override`
- `tuple` instantiation ignores generics
- Update the cheatsheet for functions and keyword argument typing
- (🐞) contravariant generic met to become `Never`, expected intersection
- stubtest: Support `type_check_only` decorator
- Support nested namedtuple classes.
- Docs
- Python not yet supported