pre-commit/pre_commit
Anthony Sottile e8a870dbbb Don't use system node.
It's usually kind of buggy and interacts poorly with local installs.
2014-08-13 10:19:30 -07:00
..
clientlib Refactor fixtures in tests. 2014-06-15 18:49:45 -07:00
commands Allow multiple hooks with same id in .pre-commit-config.yaml 2014-07-31 08:37:37 -07:00
languages Don't use system node. 2014-08-13 10:19:30 -07:00
resources Add the archive resources. 2014-06-23 13:06:14 -07:00
__init__.py Initial commit. 2014-03-12 20:25:19 -07:00
__main__.py Runnable as python -m pre_commit 2014-07-22 19:22:29 -07:00
color.py Refactor fixtures in tests. 2014-06-15 18:49:45 -07:00
constants.py Refactor fixtures in tests. 2014-06-15 18:49:45 -07:00
five.py Make ordereddict a direct dependency. 2014-06-17 06:59:13 -07:00
git.py Refactor fixtures in tests. 2014-06-15 18:49:45 -07:00
jsonschema_extensions.py Refactor fixtures in tests. 2014-06-15 18:49:45 -07:00
logging_handler.py Refactor fixtures in tests. 2014-06-15 18:49:45 -07:00
main.py Merge pull request #135 from pre-commit/install_hooks 2014-07-03 19:38:56 -07:00
make_archives.py Add a comment about why we exclude .git 2014-06-25 11:46:04 -07:00
manifest.py Use cached-property package. 2014-06-17 06:49:54 -07:00
ordereddict.py Make ordereddict a direct dependency. 2014-06-17 06:59:13 -07:00
output.py Default tput cols to 80. 2014-07-17 16:47:57 -07:00
prefixed_command_runner.py Treat diffs as maybe-not-utf8. 2014-06-23 07:49:14 -07:00
repository.py Allow multiple hooks with same id in .pre-commit-config.yaml 2014-07-31 08:37:37 -07:00
runner.py Install hooks before attempting to run anything 2014-07-04 11:11:21 -07:00
staged_files_only.py Treat diffs as maybe-not-utf8. 2014-06-23 07:49:14 -07:00
store.py Hashlib doesn't take unicode. 2014-06-18 07:37:17 -07:00
util.py resource_filename instead of trying to remember the right invocation to pkg_resources. 2014-06-23 13:25:37 -07:00