Last updated:
0 purchases
progressivemypy 0.0.0
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.