Skip to main content

An awesome package is coming soon! 🎉

Project description

progressive-mypy

Latest Commit
Package version

This is a package made for improve type annotation coverage on big repositories.

What this package does:

  • dump: Generates a list of files that are currently not type annotated.
  • check: Given an input of files:
    • If a file is in the list, and is fully type annotated, it will be removed from the list.
    • If a file is in the list, and is not fully annotated, it will be ignored.
    • If a file is not in the list, and is fully annotated, it will be ignored.
    • If a file is not in the list, and is not fully annotated, it will raise errors.

Installation

pip install progressive-mypy

Usage

Dump

License

This project is licensed under the terms of the MIT license.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

progressive_mypy-0.0.0-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

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