mypy
Type checker
A tool to help catch errors in Python code by checking type compatibility and hints at compile time
Optional static typing for Python
19k stars
241 watching
3k forks
Language: Python
last commit: about 1 month ago
Linked from 3 awesome lists
linterpythontypecheckertypestyping
Related projects:
Repository | Description | Stars |
---|---|---|
python/typeshed | Provides external type annotations for the Python standard library and third-party packages to support static analysis and type checking. | 4,419 |
kotlinisland/basedmypy | A Python static type checker with additional features to improve typing and error reporting. | 148 |
microsoft/pyright | A static type checker for the Python programming language | 13,573 |
google/pytype | Automates type checking and error prevention in Python code | 4,791 |
realpython/pytest-mypy | Automates mypy static type checking as part of pytest test runs | 249 |
orsinium-labs/mypy-baseline | A tool to integrate mypy into an existing Python project and track progress on resolving type errors. | 59 |
shoobx/mypy-zope | A plugin to enable type checking of Zope interface implementations in mypy. | 39 |
ymyzk/mypy-playground | A web-based tool for running mypy, a static type checker for Python, in a sandbox environment. | 72 |
integralist/vim-mypy | A Vim plugin for executing Python's static type checker. | 97 |
davidfritzsche/pytest-mypy-testing | A tool to verify mypy's static type analysis output | 31 |
orsinium-labs/typeforce | A tool to simplify Python package maintenance by automating type checking and stub installation. | 19 |
typeddjango/pytest-mypy-plugins | A plugin for testing type checking and stubs using mypy and pytest | 107 |
dry-python/classes | Enables typed polymorphism and type-safe business logic in Python without inheritance or interfaces. | 678 |
orsinium-labs/mypy-test | A testing tool for verifying mypy plugin and type functionality | 5 |
asottile/flake8-typing-imports | Automatically checks Python typing module imports for compatibility with different Python versions. | 48 |