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.
59 stars
3 watching
9 forks
Language: Python
last commit: 3 months 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 static type checker with additional features to improve typing and error reporting. | 148 |
orsinium-labs/infer-types | A CLI tool to automatically add type annotations into Python code | 86 |
rustedpy/result | A library providing a simple, type-safe way to handle values with potential errors in Python 3. | 1,625 |
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,938 |
davidfritzsche/pytest-mypy-testing | A tool to verify mypy's static type analysis output | 31 |
ymyzk/mypy-playground | A web-based tool for running mypy, a static type checker for Python, in a sandbox environment. | 72 |
python/mypy | A tool to help catch errors in Python code by checking type compatibility and hints at compile time | 18,687 |
realpython/pytest-mypy | Automates mypy static type checking as part of pytest test runs | 249 |
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 | 107 |
ambv/retype | Re-applies type annotations from .pyi stubs to codebases | 141 |