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
- Support exhaustiveness checking for 'in' statements (enums)
- Add a link from mypy's main documentation page to the wiki page
- Type narrowing issue: bounded TypeVar loses type information when list is sliced
- Support for `__builtins__.pyi`?
- Dict update typing error, update Dict[Union[int, str], str] from Dict[int, str]
- Add truthy-coroutine check
- AssertionError: trying to find dataclass transform spec
- get_class_decorator_hook_2: fix fullname
- explode operator shouldn't be allowed for calls to arrity overloaded functions
- `_PyType_Lookup: Assertion `!PyErr_Occurred()' failed.` in two `mypyc/test/test_run.py` tests
- Docs
- Python not yet supported