.dockerignore
.flake8
.gitignore
.pre-commit-config.yaml
.pre-commit-hooks.yaml
LICENSE
README.md
pyproject.toml
.devcontainer/Dockerfile
.devcontainer/compose.yml
.devcontainer/devcontainer.json
.github/dependabot.yaml
.github/workflows/release.yml
.github/workflows/tests.yml
.vscode/settings.json
conventional_pre_commit/__init__.py
conventional_pre_commit/format.py
conventional_pre_commit/hook.py
conventional_pre_commit/output.py
conventional_pre_commit.egg-info/PKG-INFO
conventional_pre_commit.egg-info/SOURCES.txt
conventional_pre_commit.egg-info/dependency_links.txt
conventional_pre_commit.egg-info/entry_points.txt
conventional_pre_commit.egg-info/requires.txt
conventional_pre_commit.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/run.sh
tests/test_format.py
tests/test_hook.py
tests/test_output.py
tests/messages/bad_commit
tests/messages/conventional_commit
tests/messages/conventional_commit_bad_multi_line
tests/messages/conventional_commit_gbk
tests/messages/conventional_commit_multi_line
tests/messages/conventional_commit_utf-8
tests/messages/conventional_commit_with_multiple_scopes
tests/messages/conventional_commit_with_scope
tests/messages/custom_commit
tests/messages/fixup_commit