A framework for managing and maintaining multi-language pre-commit hooks.
Find a file
Ken Struys b089c74948 Merge pull request #166 from pre-commit/venv_python
Use virtualenv python from install-time for less virtualenv requirements at commit time.
2014-09-04 14:48:15 -07:00
pre_commit Merge pull request #166 from pre-commit/venv_python 2014-09-04 14:48:15 -07:00
testing Update .pre-commit-config.yaml 2014-08-22 12:33:54 -07:00
tests Use virtualenv python from install-time for less virtualenv requirements at commit time. 2014-09-04 10:19:20 -07:00
.coveragerc Allow multiple hooks with same id in .pre-commit-config.yaml 2014-07-31 08:37:37 -07:00
.gitignore Implement Store. pre-commit now installs files to ~/.pre-commit 2014-05-02 14:56:47 -07:00
.pre-commit-config.yaml Update .pre-commit-config.yaml 2014-08-22 12:33:54 -07:00
.travis.yml Add coveralls 2014-06-05 10:02:00 -07:00
CHANGELOG.md v0.2.9 2014-09-02 17:25:32 -07:00
example_hooks.yaml Make hooks specify files. Optionally allow config to override manifest. 2014-06-05 18:39:34 -07:00
example_pre-commit-config.yaml Make hooks specify files. Optionally allow config to override manifest. 2014-06-05 18:39:34 -07:00
hooks.yaml Make hooks specify files. Optionally allow config to override manifest. 2014-06-05 18:39:34 -07:00
LICENSE MIT 2014-06-05 08:57:40 -07:00
Makefile Use cached-property package. 2014-06-17 06:49:54 -07:00
pylintrc Add error_handler and use it. 2014-08-13 11:02:28 -07:00
README.md Minor things to trigger a build. 2014-08-26 22:10:08 -07:00
requirements-dev.txt requirements_dev -> requirements-dev 2014-06-05 09:08:37 -07:00
setup.py Bump nodeenv in setup.py. Closes #165 2014-09-04 08:54:24 -07:00
tox.ini Various cleanup. 2014-06-06 07:38:25 -07:00

Build Status Coverage Status

pre-commit

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

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