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
- Disable comparison overlap checks in assert statements
- Opt-in error for `if x:` when `x: None | int` or `None | str` etc.
- Sketch implementation of "optional-non-truthy" check for `if x` with `x: None | str`
- Inconsistent "Incompatible return type" error when `List[int]` is returned for `List[Union[str, int]]` when layered up with Tuple/Union
- overload with wrong return type is ignored
- False negative when lvalue has union type
- Incorrect diagnostic on missing submodule
- Inconsistent behavior: MyPy rejects isinstance with Any, but accepts cast from Any for ignored imports
- False negative: potentially unbound instance attribute doesn't trigger `possibly-undefined` error
- dmypy in a metadata reload loop with `--use-fine-grained-cache`
- Docs
- Python not yet supported