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 supported99 Subscribers
View all SubscribersAdd a CodeTriage badge to mypy
Help out
- Issues
- fix --install-types not tracking stubs when ignore_missing_imports is set
- Interaction between an `enum` alias and `assert_never()` seems to fail
- Incompatible return value when using union bound for generic function (false positive)
- Check element type comparability for tuple ordering comparisons
- error: "key" to "max" has incompatible type
- Fix isinstance narrowing for classes with __getattr__ returning Any
- Fix isinstance on namedtuple type aliases
- Type-narrowing of a list item for an inline list multiplied with a type-guard on said item
- `isinstance` doesn't work with `TypeAlias` for classes inherited from `NamedTuple`
- Incremental mode does extra work with --follow-imports=skip
- Docs
- Python not yet supported