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
- Better message for overloaded functions with required kwargs
- New type inference does not support using singledispatch to decorate a function in which the first argument is a union indexed by a constrained type variable that also appears in the return type
- Mypy doesn't assign TypedDict output as Literals
- Lambda type cannot be inferred when type context includes a callable with a callable parameter
- Don't check plugin-generated functions
- `Never` inferred in complex situation with variadic callable protocol
- `Enum` and `NamedTuple` should not allow extra keywords
- Optional types not fully narrowed with multiple conditionals
- [Regression 1.6.x -> 1.7] Invalid "Returning Any from function declared..."
- Wrong self type only reported upon call if using VarArgs
- Docs
- Python not yet supported