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
- 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
- Crash on code mixing instances and type typed variables
- [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
- Regression with narrowing with multiple `hasattr`
- Mypy not inferring return type of dict.get()
- Add suggestions for misspelled module imports
- mypy doesn't get error with typed `dict(*{'A': 10})` while PVM gets error
- Docs
- Python not yet supported