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
- “Cannot infer type of lambda” using default parameter to recapture loop variable
- set.__and__ false-positive involving generic inference
- `warn-unused-ignores` errors don't have a column number
- Put the .mypy_cache directory near the project configuration file instead of at the current working directory
- Enums and Literals: false positive with `@overload`/`def method(self: Literal[SYMBOL], ...):`
- Function signature hook returning a union
- Odd behavior with overload and `Any` arguments.
- `generics`: isinstance reports false positives and false negatives
- Specialize empty collections to Any as a fallback
- Eager narrowing to `Literal` when possible
- Docs
- Python not yet supported