Metadata-Version: 2.1
Name: gitlint
Version: 0.20.0.dev48
Summary: Git commit message linter written in python, checks your commit messages for style.
Project-URL: Homepage, https://jorisroovers.github.io/gitlint
Project-URL: Documentation, https://jorisroovers.github.io/gitlint
Project-URL: Source, https://github.com/jorisroovers/gitlint
Project-URL: Changelog, https://github.com/jorisroovers/gitlint/blob/main/CHANGELOG.md
Author: Joris Roovers
License-Expression: MIT
License-File: LICENSE
Keywords: git,gitlint,lint
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.7
Requires-Dist: gitlint-core[trusted-deps]==0.20.0.dev48
Description-Content-Type: text/markdown

# gitlint: [jorisroovers.github.io/gitlint](https://jorisroovers.github.io/gitlint/) #


|         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Package | [![PyPi Package](https://img.shields.io/pypi/v/gitlint)](https://pypi.python.org/pypi/gitlint) ![Supported Python Versions](https://img.shields.io/pypi/pyversions/gitlint.svg) ![PyPI - Downloads](https://img.shields.io/pypi/dm/gitlint) [![License - MIT](https://img.shields.io/badge/license-MIT-9400d3.svg)](https://spdx.org/licenses/) |
| Development   | [![Tests](https://github.com/jorisroovers/gitlint/workflows/Tests%20and%20Checks/badge.svg)](https://github.com/jorisroovers/gitlint/actions?query=workflow%3A%22Tests+and+Checks%22) [![Coverage Status](https://coveralls.io/repos/github/jorisroovers/gitlint/badge.svg?branch=fix-coveralls)](https://coveralls.io/github/jorisroovers/gitlint?branch=fix-coveralls) [![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v0.json)](https://github.com/charliermarsh/ruff) [![format - Black](https://img.shields.io/badge/format-black-000000.svg)](https://github.com/psf/black) [![types - mypy](https://img.shields.io/badge/types-mypy-blue.svg)](https://github.com/python/mypy)|                                                                                                                                                                                                                                                            |

Git commit message linter written in python, checks your commit messages for style.

**See [jorisroovers.github.io/gitlint](https://jorisroovers.github.io/gitlint/) for full documentation.**

<a href="https://jorisroovers.github.io/gitlint/" target="_blank">
<img src="https://raw.githubusercontent.com/jorisroovers/gitlint/main/docs/images/readme-gitlint.png" />
</a>

## Contributing
All contributions are welcome and much appreciated!

See [jorisroovers.github.io/gitlint/contributing](https://jorisroovers.github.io/gitlint/contributing) for details on
how to get started.

We maintain a [loose project plan on Github Projects](https://github.com/users/jorisroovers/projects/1/views/1).
