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 supported94 Subscribers
View all SubscribersAdd a CodeTriage badge to mypy
Help out
- Issues
- (🐞) `type[T]` can't be assigned to `Protocol` with `__name__`
- Try assuming covariance during inference
- Direction of comparison operator in error message does not depend on direction in code
- functools.partial false negative with higher order functions
- Unexpected `[no-redef]` errors for plugin-generated class replacement attributes if `[name-defined]` occurs in the same module
- Fix 2 Typos in docs
- using a decorator on an overloaded function where the decorator uses `Concatenate` causes false positive "Overloaded function implementation does not accept all possible arguments" error
- Wrong type inference with "yield from" from an Iterator class
- Cannot infer type argument with TypeVarTuple and Callback protocol
- [stubgen] infer_sig_from_docstring fails with python3.12 inline generic
- Docs
- Python not yet supported