No description
Find a file
Anthony Sottile 5549eb6614 MIT
2014-06-05 08:57:40 -07:00
pre_commit Support language_version for ruby as well. 2014-06-03 13:28:20 -07:00
testing Support language_version for ruby as well. 2014-06-03 13:28:20 -07:00
tests Support language_version for ruby as well. 2014-06-03 13:28:20 -07:00
.coveragerc Better project structure 2014-04-12 15:56:18 -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 Support hooks with custom node version. 2014-06-02 16:10:59 -07:00
.travis.yml Use Python3.4 on travis. 2014-06-01 16:06:50 -07:00
example_hooks.yaml Better project structure 2014-04-12 15:56:18 -07:00
example_pre-commit-config.yaml Better project structure 2014-04-12 15:56:18 -07:00
hooks.yaml manifest -> hooks 2014-03-30 13:12:40 -07:00
LICENSE MIT 2014-06-05 08:57:40 -07:00
Makefile Rebuild virtualenv on requirements change. 2014-04-12 23:25:49 -07:00
pylintrc Better project structure 2014-04-12 15:56:18 -07:00
README.md Oops was using the incorrect travis bling 2014-03-22 18:39:48 -07:00
requirements.txt Better project structure 2014-04-12 15:56:18 -07:00
requirements_dev.txt Better project structure 2014-04-12 15:56:18 -07:00
setup.py MIT 2014-06-05 08:57:40 -07:00
tox.ini Use Python3.4 on travis. 2014-06-01 16:06:50 -07:00

Build Status

pre-commit

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

Some out-of-the-box hooks: https://github.com/pre-commit/pre-commit-hooks

What is a "pre-commit"

A pre-commit is some code that runs before commiting code to do some spot-checking for some basic programming mistakes.

Why make this project?

We noticed that when creating a git repo it was not convenient to create pre-commit hooks. Often we resorted to copy/paste to include a set of useful hooks. https://github.com/causes/overcommit is an awesome project, but locked us into ruby and system packages -- which we wanted to avoid.