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 supported104 Subscribers
View all SubscribersAdd a CodeTriage badge to mypy
Help out
- Issues
- Handle overloaded method ambiguity caused by self-types
- fix: ClassVar[Final[...]] collapses to Any instead of inner type (#21906)
- Lenient handling of *tuple[Any, ...] (part 3)
- Fix errors with multi-process workers on Windows
- sqlite3.OperationalError: disk I/O error
- Speed up match checking after enum equality narrowing
- Resolve bare Protocol and Generic references in type position
- Fix false positive "Cannot instantiate type[None]" error
- Checking a match on an enum becomes quadratically slow after the variable was narrowed by an == check
- split out pre-commit from test-requirements to lighten CI load
- Docs
- Python not yet supported