.appveyor.yml
.bumpversion.cfg
.cookiecutterrc
.coveragerc
.readthedocs.yml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
pytest.ini
setup.cfg
setup.py
tox.ini
variables.sh
.github/workflows/github-actions.yml
ci/bootstrap.py
ci/requirements.txt
ci/templates/.appveyor.yml
ci/templates/.travis.yml
ci/templates/tox.ini
ci/templates/.github/workflows/github-actions.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/index.rst
docs/reference/pre_commit_vauxoo.rst
resources/module_example1/README.rst
resources/module_example1/__init__.py
resources/module_example1/__manifest__.py
resources/module_example1/demo/demo.xml
resources/module_example1/models/__init__.py
resources/module_example1/models/models.py
resources/module_example1/security/ir.model.access.csv
resources/module_example1/views/views.xml
src/pre_commit_vauxoo/__init__.py
src/pre_commit_vauxoo/__main__.py
src/pre_commit_vauxoo/cli.py
src/pre_commit_vauxoo/logging_colored.py
src/pre_commit_vauxoo/pre_commit_vauxoo.py
src/pre_commit_vauxoo.egg-info/PKG-INFO
src/pre_commit_vauxoo.egg-info/SOURCES.txt
src/pre_commit_vauxoo.egg-info/dependency_links.txt
src/pre_commit_vauxoo.egg-info/entry_points.txt
src/pre_commit_vauxoo.egg-info/not-zip-safe
src/pre_commit_vauxoo.egg-info/requires.txt
src/pre_commit_vauxoo.egg-info/top_level.txt
src/pre_commit_vauxoo/cfg/.editorconfig
src/pre_commit_vauxoo/cfg/.eslintrc.json
src/pre_commit_vauxoo/cfg/.flake8
src/pre_commit_vauxoo/cfg/.flake8-optional
src/pre_commit_vauxoo/cfg/.isort.cfg
src/pre_commit_vauxoo/cfg/.pre-commit-config-autofix.yaml
src/pre_commit_vauxoo/cfg/.pre-commit-config-optional.yaml
src/pre_commit_vauxoo/cfg/.pre-commit-config.yaml
src/pre_commit_vauxoo/cfg/.prettierrc.yml
src/pre_commit_vauxoo/cfg/.pylintrc
src/pre_commit_vauxoo/cfg/.pylintrc-optional
src/pre_commit_vauxoo/cfg/pyproject.toml
src/pre_commit_vauxoo/tests/__init__.py
tests/test_pre_commit_vauxoo.py