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

GitHub

19k stars
241 watching
3k forks
Language: Python
last commit: almost 2 years ago
Linked from 3 awesome lists

linterpythontypecheckertypestyping

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
python/typeshedProvides external type annotations for the Python standard library and third-party packages to support static analysis and type checking.4,419
kotlinisland/basedmypyA Python static type checker with additional features to improve typing and error reporting.148
microsoft/pyrightA static type checker for the Python programming language13,573
google/pytypeAutomates type checking and error prevention in Python code4,791
realpython/pytest-mypyAutomates mypy static type checking as part of pytest test runs249
orsinium-labs/mypy-baselineA tool to integrate mypy into an existing Python project and track progress on resolving type errors.59
shoobx/mypy-zopeA plugin to enable type checking of Zope interface implementations in mypy.39
ymyzk/mypy-playgroundA web-based tool for running mypy, a static type checker for Python, in a sandbox environment.72
integralist/vim-mypyA Vim plugin for executing Python's static type checker.97
davidfritzsche/pytest-mypy-testingA tool to verify mypy's static type analysis output31
orsinium-labs/typeforceA tool to simplify Python package maintenance by automating type checking and stub installation.19
typeddjango/pytest-mypy-pluginsA plugin for testing type checking and stubs using mypy and pytest107
dry-python/classesEnables typed polymorphism and type-safe business logic in Python without inheritance or interfaces.678
orsinium-labs/mypy-testA testing tool for verifying mypy plugin and type functionality5
asottile/flake8-typing-importsAutomatically checks Python typing module imports for compatibility with different Python versions.48