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
- Infer `python_version` from `project.requires-python` when using pyproject.toml
- Fix `Enum.value` inference for `Enum`s with `@cache`d methods
- Stubs not found when installed in separate venvs
- Add a new dependency group called `dev` and add `pip-tools` to it.
- Improve error messages when positional arguments are missing
- Incorrect type inference with PEP 646 Unpack and self-type annotations
- Add config key to extend config files
- Type checking for *args and **kwargs when passing them to another function
- Add `collections._tuplegetter` support
- NoneType handling for str.format() with specifiers
- Docs
- Python not yet supported