An awesome package is coming soon! 🎉
Project description
progressive-mypy
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
Release history Release notifications | RSS feed
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
File details
Details for the file progressive_mypy-0.0.0-py3-none-any.whl
.
File metadata
- Download URL: progressive_mypy-0.0.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7737e77f402d206fcb9f182a557c433ffd20197659acf4db90bfc5e92231dc3 |
|
MD5 | 8e4796d9bae062e8c4dd3dbb407cd22f |
|
BLAKE2b-256 | 1ebc7f4723d684c6c827e994662d855c492046e9e24d9a4dad7f511db15921d0 |