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 supported92 Subscribers
View all SubscribersAdd a CodeTriage badge to mypy
Help out
- Issues
- Running dmypy as a systemd user service
- Segmentation fault for TypeVar("T", bound=Callable[..., "T"])
- no error when importing something that is conditionally defined
- `Enum` created via functional API should be iterable
- Can't narrow `Sequence[<X>]` to `Tuple[<X>, ...]` using `isinstance(..., tuple)`
- Typing Error for Default Lambda Arg when using Generics
- mypy incorrectly tags function argument TypeVar with return type when called from a caller with the same signature
- unused-courotine should trigger when using a coroutine call as a condition without awaiting it
- `assert_never` fails on match-casing `enum` with only one member
- Disallow type(x) if x has a protocol type
- Docs
- Python not yet supported