pre-commit/pre_commit
Andrew S. Brown fe5390c068 Ensure that GOBIN is not set when installing a golang hook
If GOBIN is set, it will be used as the install path instead of the first item
from GOPATH followed by "/bin".  If it is used, commands will not be isolated
between different repos.
2019-01-27 13:34:47 -08:00
..
commands Speed up filename filtering. 2019-01-23 20:48:41 -08:00
languages Ensure that GOBIN is not set when installing a golang hook 2019-01-27 13:34:47 -08:00
meta_hooks Speed up filename filtering. 2019-01-23 20:48:41 -08:00
resources Replace resources with importlib_resources 2018-10-14 14:37:35 -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
clientlib.py Implement default_stages 2019-01-06 10:32:58 -08:00
color.py Move logic to handle terminal not supporting colors to use_color 2018-08-30 19:15:46 -07:00
color_windows.py Small cleanups 2017-09-30 15:53:44 -07:00
constants.py Implement default_language_version 2019-01-05 13:15:23 -08:00
envcontext.py Small cleanups 2017-09-30 15:53:44 -07:00
error_handler.py pre-commit gc 2019-01-02 19:07:23 -08:00
file_lock.py better no-cover for windows 2018-12-27 18:25:52 -08:00
five.py Small cleanups 2017-09-30 15:53:44 -07:00
git.py Fix staged-files-only for git add --intent-to-add files 2019-01-08 09:28:57 -08:00
logging_handler.py Only configure logging inside the context 2019-01-01 15:01:37 -08:00
main.py pre-commit gc 2019-01-02 19:07:23 -08:00
make_archives.py Replace resources with importlib_resources 2018-10-14 14:37:35 -07:00
output.py Use asottile/add-trailing-comma 2017-07-12 18:30:51 -07:00
parse_shebang.py Improve not found error with script paths (./exe) 2018-07-04 14:55:00 -07:00
prefix.py Install multi-hook repositories only once 2018-10-23 10:28:37 -07:00
repository.py Implement default_stages 2019-01-06 10:32:58 -08:00
staged_files_only.py Fix staged-files-only for git add --intent-to-add files 2019-01-08 09:28:57 -08:00
store.py pre-commit gc 2019-01-02 19:07:23 -08:00
util.py Speed up filename filtering. 2019-01-23 20:48:41 -08:00
xargs.py Implement default_language_version 2019-01-05 13:15:23 -08:00