Skip to main content

Integrate mypy with existing codebase.

Project description

mypy-baseline

A CLI tool for painless integration of mypy with an existing Python project. When you run it for the first time, it will remember all type errors that you already have in the project (generate "baseline"). All consequentive runs will ignore these errors and report only ones that you introduced after that.

Additionally, the tool will show you what progress you made since the last baseline, to encourage your team to resolve mypy errors:

example of the command output

Features:

  • Battle-tested.
  • Fast and simple.
  • Pure Python.
  • No mypy patching or dirty magic. The tool works exclusively with the stdout of mypy.
  • Nice stats with colors.
  • Can detect exactly what errors were introduced and what errors were resolved, even if they are in the same file.
  • Baseline is carefully crafted to avoid merge conflicts.
  • Baseline is human-readable, and diffs are informative. The reviewers of your PR will know exactly what errors you resolve and what errors you introduced.
  • Track the progress you make with git-based history of changes and burndown chart of resolved type violations.
  • Ignore speicific error messages (using regular expressions), so that buggy mypy plugins don't bother you with false-positives.

Installation

python3 -m pip install mypy-baseline

Usage

Create the baseline (it will be stored in mypy-baseline.txt by default):

mypy | mypy-baseline sync

After that, you can pipe mypy output into mypy-baseline filter, and it will filter out all issues that are already in the baseline:

mypy | mypy-baseline filter

If you introduce new errors, resolve them. If you resolve existing errors, run mypy-baseline sync again to re-generate baseline. In both cases, mypy-baseline will tell you what's wrong and what to do. Enjoy the ride!

Read more in the documentation: mypy-baseline.orsinium.dev

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mypy_baseline-0.4.4.tar.gz (318.0 kB view details)

Uploaded Source

Built Distribution

mypy_baseline-0.4.4-py3-none-any.whl (17.3 kB view details)

Uploaded Python 3

File details

Details for the file mypy_baseline-0.4.4.tar.gz.

File metadata

  • Download URL: mypy_baseline-0.4.4.tar.gz
  • Upload date:
  • Size: 318.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.25.1

File hashes

Hashes for mypy_baseline-0.4.4.tar.gz
Algorithm Hash digest
SHA256 17500a6cf1492d529959b3fe89c6aac4f9e15a4d936b32d7080914225ac67a4d
MD5 00ee96c911a04b53cd2b506fc1084e92
BLAKE2b-256 c11ce5b78a87b6cdf12c1d6255316467d17d248d84531cea51b5d3921c8ff35d

See more details on using hashes here.

File details

Details for the file mypy_baseline-0.4.4-py3-none-any.whl.

File metadata

File hashes

Hashes for mypy_baseline-0.4.4-py3-none-any.whl
Algorithm Hash digest
SHA256 af4990f1b9b6b78387dbadb482e4053fe0cbb95354e7a1d72776eedb34c4d221
MD5 54788c601be2bf4e6d1c8662bf04ca28
BLAKE2b-256 828bef91cc8acd119c8c007c79b83d7bfcff1c0b805b2a1c610ff59b119ee190

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page