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
- 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
- no error when subscripting `AbstractContextManager` when targeting python 3.8
- (🎁) don't consider any expression errors when matching an overload
- Misbehavior of `expand_type` in pydantic mypy plugin
- Docs
- Python not yet supported