A framework for managing and maintaining multi-language pre-commit hooks.
Find a file
Ville Skyttä fa2e154b41 Stabilize python default version lookup
For example, for sys.executable:
    /usr/bin/python3 -> python3.7
...the default lookup may return either python3 or python3.7. Make the
order deterministic by iterating over tuple, not set, of candidates.
2019-08-15 10:06:31 +03:00
pre_commit Stabilize python default version lookup 2019-08-15 10:06:31 +03:00
testing Yet another try to fix #1013 2019-04-29 21:45:56 +02:00
tests Stabilize python default version lookup 2019-08-15 10:06:31 +03:00
.coveragerc Exclude coverage in the template file 2018-10-14 14:37:36 -07:00
.gitignore Change ignored cache dir for pytest 3.4.0 2018-02-01 11:15:30 -08:00
.pre-commit-config.yaml Run pre-commit autoupdate 2019-03-21 21:09:33 -07:00
.pre-commit-hooks.yaml Remove validate_config hook 2017-08-23 14:06:48 -07:00
azure-pipelines.yml Suggest tox --devenv instead of tox -e venv 2019-06-25 22:46:24 -07:00
CHANGELOG.md v1.18.1 2019-08-11 14:07:20 -07:00
CONTRIBUTING.md Suggest tox --devenv instead of tox -e venv 2019-06-25 22:46:24 -07:00
LICENSE MIT 2014-06-05 08:57:40 -07:00
README.md Fix badge url 2019-04-28 22:08:21 -07:00
requirements-dev.txt Remove pypy3 workarounds since we don't test pypy3.2 2017-07-09 14:40:30 -07:00
setup.cfg v1.18.1 2019-08-11 14:07:20 -07:00
setup.py Migrate setup.py to setup.cfg declarative metadata 2019-02-27 22:12:03 -08:00
tox.ini Suggest tox --devenv instead of tox -e venv 2019-06-25 22:46:24 -07:00

Build Status Azure DevOps coverage

pre-commit

A framework for managing and maintaining multi-language pre-commit hooks.

For more information see: https://pre-commit.com/