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
- Unintuitive behaviour when only subpackage provides py.typed
- strip_or_import no longer fixes types of the form "module.foo[str,str]"
- Properly strip types that come before a [
- Not possible to build and install mypy with mypyc support, and run the tests against it.
- Support TypedDict unpacking in ParamSpec specifications
- The "include-docstrings" option doesn't work
- Warn for incorrect TypeVar usage (with Generics)
- Unpacking an iterable in a list comprehension fix
- Within Annotated[T, x], type errors in x are completely ignored
- (🐞) False 'Any expression' error in assignment to `Any` when super expression is cast
- Docs
- Python not yet supported