معرفی شرکت ها


flake8-annotations-coverage-0.0.6


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A flake8 extension that checks for type annotations coverage
ویژگی مقدار
سیستم عامل -
نام فایل flake8-annotations-coverage-0.0.6
نام flake8-annotations-coverage
نسخه کتابخانه 0.0.6
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Ilya Lebedev
ایمیل نویسنده melevir@gmail.com
آدرس صفحه اصلی https://github.com/best-doctor/flake8-annotations-coverage
آدرس اینترنتی https://pypi.org/project/flake8-annotations-coverage/
مجوز MIT
# flake8-annotations-coverage [![Build Status](https://github.com/best-doctor/flake8-annotations-coverage/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/best-doctor/flake8-annotations-coverage/actions/workflows/build.yml) [![Maintainability](https://api.codeclimate.com/v1/badges/8480286aaae1c0612351/maintainability)](https://codeclimate.com/github/best-doctor/flake8-annotations-coverage/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/8480286aaae1c0612351/test_coverage)](https://codeclimate.com/github/best-doctor/flake8-annotations-coverage/test_coverage) An extension for flake8 to report on files with a lot of code without type annotations. This is mostly useful when you add type annotations to existing large codebase and want to know if new code in annotated modules is annotated. Minimal annotations coverage percentage for each file can be configured via `--min-coverage-percents` option, default is 75. Function is treated as annotated if it has annotation for at least one argument or return type. This is enough for mypy to threat the function not as dynamically typed. ## Installation ```bash pip install flake8-annotations-coverage ``` ## Example Sample file: ```python # test.py def annotated_function(some_arg: int): pass def unannotated_function(): pass ``` Usage: ```terminal $ flake8 test.py test.py:0:1: TAE001 too few type annotations ``` ## Error codes | Error code | Description | |:----------:|:--------------------------------:| | TAE001 | Too few type annotations in file | ## Contributing We would love you to contribute to our project. It's simple: 1. Create an issue with bug you found or proposal you have. Wait for approve from maintainer. 1. Create a pull request. Make sure all checks are green. 1. Fix review comments if any. 1. Be awesome. Here are useful tips: - You can run all checks and tests with `make check`. Please do it before CI does. - We use [BestDoctor python styleguide](https://github.com/best-doctor/guides/blob/master/guides/en/python_styleguide.md). - We respect [Django CoC](https://www.djangoproject.com/conduct/). Make soft, not bullshit.


نیازمندی

مقدار نام
- flake8


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl flake8-annotations-coverage-0.0.6:

    pip install flake8-annotations-coverage-0.0.6.whl


نصب پکیج tar.gz flake8-annotations-coverage-0.0.6:

    pip install flake8-annotations-coverage-0.0.6.tar.gz