mypy-baseline
Type error tracker
A tool to integrate mypy into an existing Python project and track progress on resolving type errors.
Integrate mypy in seconds with existing codebase. A friendly CLI tool to make mypy report only new type violations and ignore existing ones.
55 stars
3 watching
9 forks
Language: Python
last commit: about 1 month ago
Linked from 1 awesome list
baselinecligradual-typinglegacy-codemypypythonpython3static-typingtyping
Related projects:
Repository | Description | Stars |
---|---|---|
orsinium-labs/mypy-test | A testing tool for verifying mypy plugin and type functionality | 5 |
orsinium-labs/typeforce | A tool to simplify Python package maintenance by automating type checking and stub installation. | 19 |
kotlinisland/basedmypy | A Python type checker built to resolve issues with the mypy project and Python's typing system | 143 |
orsinium-labs/infer-types | A CLI tool to automatically add type annotations into Python code | 85 |
rustedpy/result | A library providing a simple, type-safe way to handle values with potential errors in Python 3. | 1,597 |
kotlinisland/basedtyping | A collection of helpers and utilities to aid in dealing with types at static analysis and runtime. | 9 |
integralist/vim-mypy | A Vim plugin for executing Python's static type checker. | 97 |
getsentry/sentry-python | A Python SDK for monitoring and error tracking | 1,918 |
davidfritzsche/pytest-mypy-testing | A tool to verify mypy's static type analysis output | 30 |
ymyzk/mypy-playground | A web-based tool for running mypy, a static type checker for Python, in a sandbox environment. | 71 |
python/mypy | A tool that checks Python code for type-related errors at compile time | 18,511 |
realpython/pytest-mypy | A plugin that integrates mypy with pytest to enable static type checking during unit testing. | 248 |
mat1g3r/option | A library that provides Rust-like Option and Result types in Python to handle optional and error values in a more type-safe and expressive way. | 85 |
typeddjango/pytest-mypy-plugins | A plugin for testing type checking and stubs using mypy and pytest | 103 |
ambv/retype | Re-applies type annotations from .pyi stubs to codebases | 142 |