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
- Add `--allow-redefinition-line-heuristic`, which would allow force-redefining in all cases
- List[Literal[...]] type being narrowed where it shouldn't be
- Some string `in` `Union[bytes, str]` does not produce an error
- testing: tests for mypyc failed when gtest was installed on my system
- Weird error with callable accepting non-positional arguments
- False-positive when using Union[Tuple[...]]
- Fully-fledged support for mocked objects
- --disallow-any-generics is allowing defaultdict[Any, ...]
- Issue initialising dataclass with getters and setters
- Mypy fails on usage of attrs package
- Docs
- Python not yet supported