mypy
https://github.com/python/mypy
Python
Optional static typing for Python 2 and 3 (PEP484)
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 supported79 Subscribers
View all SubscribersAdd a CodeTriage badge to mypy
Help out
- Issues
- support CI-friendly formatted output
- Non-overlapping equality not detected inside of pattern matching case statements.
- `tuple` of different `type`s narrows to `object`
- Improve bytes formatting error
- Signatures of *in-place binary operation* and *binary operation* are incompatible
- Stubtest crashes on a stub with an overloaded method where the first overload is decorated with `@final`
- TypeChecker.lookup_qualified can't find names in submodules
- Replace `x[:]` with `x.copy()`
- no error when calling abstract `staticmethod`/`classmethod`
- Platform check is not remembered after `return`
- Docs
- Python not yet supported