A framework for managing and maintaining multi-language pre-commit hooks.
Find a file
Felix Yan a6ac0b5fb0
Fix test failure of test_installed_from_venv when running with pytest-runner
Passing PYTHONPATH here fixes the module not found error when running with pytest-runner without pre-commit installed first.
2020-03-15 04:45:29 +08:00
pre_commit Fix help description for --from-ref and --to-ref 2020-03-12 12:27:54 -07:00
testing Make more readable --from-ref / --to-ref aliases for --source / --origin 2020-02-23 11:07:57 -08:00
tests Fix test failure of test_installed_from_venv when running with pytest-runner 2020-03-15 04:45:29 +08:00
.gitignore mypy passes with check_untyped_defs 2020-01-12 09:27:04 -08:00
.pre-commit-config.yaml Drop python 3.6.0 support (broken NamedTuple) 2020-02-24 09:34:55 -08:00
.pre-commit-hooks.yaml Remove validate_config hook 2017-08-23 14:06:48 -07:00
azure-pipelines.yml Use covdefaults to handle coveragerc 2020-02-29 14:25:19 -08:00
CHANGELOG.md Fix issue link 2020-03-13 23:26:51 -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 Add pre-commit badge 2020-02-14 10:49:03 -08:00
requirements-dev.txt Use covdefaults to handle coveragerc 2020-02-29 14:25:19 -08:00
setup.cfg v2.2.0 2020-03-12 12:37:15 -07:00
setup.py Migrate setup.py to setup.cfg declarative metadata 2019-02-27 22:12:03 -08:00
tox.ini Use covdefaults to handle coveragerc 2020-02-29 14:25:19 -08:00

Build Status Azure DevOps coverage pre-commit

pre-commit

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

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