https://github.com/mariugul/comeit
A pure python conventional commit checker.
https://github.com/mariugul/comeit
commit commitizen commitlint conventional-commit git gitcommit python
Last synced: 27 days ago
JSON representation
A pure python conventional commit checker.
- Host: GitHub
- URL: https://github.com/mariugul/comeit
- Owner: mariugul
- Created: 2024-07-29T12:18:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-08T01:29:18.000Z (about 1 year ago)
- Last Synced: 2026-01-06T06:19:12.252Z (4 months ago)
- Topics: commit, commitizen, commitlint, conventional-commit, git, gitcommit, python
- Language: Python
- Homepage: https://comeit.readthedocs.io/en/latest/
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: docs/README.md
Awesome Lists containing this project
README
# Comeit - Git Commit Linter
Lints `git` commits in a Conventional Commits manner in pure Python.
## Install from [comeit - PyPi](https://pypi.org/project/comeit/)
```sh
pip install comeit
```