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
- Spurious type error using result of re.match in lambda inside map
- stubgen: infer types for class attributes
- [1.16 regression] Explicit type declaration overridden/merged with Any
- Empty variadic `tuple` subtype not assignable to `tuple[int, ...]`
- Conditionally excluding backward incompatible syntax based on python version
- overloads in `if TYPE_CHECKING` shouldn't require implementations
- Make it easier to retry in upload-pypi script
- Instance variables typed as `Callable` on the class body don't get assignment warnings when missing in `__slots__`
- mypy loses information about types. 'str | tuple[str, ...]' becomes 'Sequence[str]'
- Mypy false positive for `converter` class attribute in `logging.Formatter` class.
- Docs
- Python not yet supported