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 supported99 Subscribers
View all SubscribersAdd a CodeTriage badge to mypy
Help out
- Issues
- Using a type alias with arguments in `case` block in a `match` statement gets the wrong error message with `parameters` instead of `arguments`
- `_v` can be read and written from the outside of the class so the generic class should be invariant properly.
- Return type of property setters is not checked
- [mypyc]: support :s and :d in generate_format_ops
- mypy should give error at the timing when the type alias set multiple `TypeVarTuple`-based type parameters is defined but not used
- Mypy not inferring return type of dict.get()
- mypy doesn't get error with typed `dict(*{'A': 10})` while PVM gets error
- Spurious type error using result of re.match in lambda inside map
- stubgen: infer types for class attributes
- [1.16 regression] Explicit type declaration overridden/merged with Any
- Docs
- Python not yet supported