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 supported92 Subscribers
View all SubscribersAdd a CodeTriage badge to mypy
Help out
- Issues
- Infinite recursion in generate_c_type_stub when an a type's attr has the same name as its parent
- Type parameter scoping seems to disagree with PEP 484
- Typechecking differs between one-line def of "return expr" vs. "r = expr; return r"
- inconsistent behavior depending on the file path being checked
- "Statement is unreachable" false positive when calling `callable` on union with `object`
- warn-unreachable false-positive when method updates attribute after assert
- spread dict not used to infer type
- Regression of os.scandir() typecheck
- `allow-redefinition` should perform exhaustive branch analysis
- wrong error message for non-overlapping identity check with generics
- Docs
- Python not yet supported