.coveragerc
.gitignore
.pre-commit-config.yaml
.yamllint
LICENSE.txt
README.md
cspell.config.yaml
gh-pre
pyproject.toml
tox.ini
.config/dictionary.txt
.config/requirements.txt
.config/test-requirements.txt
.github/dependabot.yml
.github/release-drafter.yml
.github/workflows/ack.yml
.github/workflows/push.yml
.github/workflows/release.yml
.github/workflows/tox.yml
src/gh_pre/__init__.py
src/gh_pre/__main__.py
src/gh_pre.egg-info/PKG-INFO
src/gh_pre.egg-info/SOURCES.txt
src/gh_pre.egg-info/dependency_links.txt
src/gh_pre.egg-info/entry_points.txt
src/gh_pre.egg-info/requires.txt
src/gh_pre.egg-info/top_level.txt
tests/conftest.py
tests/pre.yml
tests/test_app.py