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
- codespell: add config (to ignore), workflow and fix typos it detects + adjust 1 .gitignore to not ignore committed folder
- Add common issue docs for PEP585 syntax update
- Add new flag for warning about instantiating classes with declared but uninitialized attributes
- Add initial `LiteralString` support
- Issue with lower case drive names when running tests on Windows
- WIP: adds better `namedtuple` semantic analyzer
- (🎁) Improve usability of `--install-types`
- TypeForm[T]: Spelling for regular types (int, str) & special forms (Union[int, str], Literal['foo'], etc)
- (🎁) Flag to make default return type `None` instead of `Any`
- Bad error message: mypy reports 'Name is not defined' when using an object member as super class of another class
- Docs
- Python not yet supported