معرفی شرکت ها


committed-1.0.17


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Nitpicking commit history since beabf39
ویژگی مقدار
سیستم عامل -
نام فایل committed-1.0.17
نام committed
نسخه کتابخانه 1.0.17
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده -
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/committed/
مجوز MIT OR Apache-2.0
# committed > **Nitpicking commit history since `beabf39`** [![codecov](https://codecov.io/gh/crate-ci/committed/branch/master/graph/badge.svg)](https://codecov.io/gh/crate-ci/committed) [![Documentation](https://img.shields.io/badge/docs-master-blue.svg)][Documentation] ![License](https://img.shields.io/crates/l/committed.svg) [![Crates Status](https://img.shields.io/crates/v/committed.svg)](https://crates.io/crates/committed) Enforce commit standards, whether for: - Readability, especially in logs - Consistent styling - Compatibility with programmatic processing ## Install [Download](https://github.com/crate-ci/committed/releases) a pre-built binary (installable via [gh-install](https://github.com/crate-ci/gh-install). Or use rust to install: ```bash cargo install committed ``` ### pre-commit To use `committed` with [`pre-commit`](https://pre-commit.com), point its config at this repository: ```yaml repos: - repo: https://github.com/crate-ci/committed rev: v1.0.17 hooks: - id: committed ``` The `committed` id installs a prebuilt executable from GitHub releases. If one does not exist for the target platform, or if one built from sources is preferred, use `committed-src` as the hook id instead. Be sure to change `rev` to use the desired `committed` git tag or revision. The hook, by default, will verify your commit message. ## Basic Usage Verify your latest commit ```bash committed HEAD ``` Verify your branch ```bash committed master..HEAD --no-merge-commit ``` Have your CI verify your PR (assuming it does a no-ff merge into your `master`) ```bash committed HEAD~..HEAD^2 --no-merge-commit ``` See [`imperative` for an Azure Pipeline example](https://github.com/crate-ci/imperative/blob/master/azure-pipelines.yml) or look at `committed`s own [`azure-pipelines.yml`](azure-pipelines.yml), [`.travis.yml`](.travis.yml), or [`appveyor.yml`](appveyor.yml). ## [Reference](docs/reference.md) ## [Contribute](CONTRIBUTING.md) ## License Licensed under either of * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) at your option. [Crates.io]: https://crates.io/crates/committed [Documentation]: https://docs.rs/committed


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

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


نحوه نصب


نصب پکیج whl committed-1.0.17:

    pip install committed-1.0.17.whl


نصب پکیج tar.gz committed-1.0.17:

    pip install committed-1.0.17.tar.gz