Anthony Sottile
f612aeb22b
Split out cmd_output_b
2019-10-06 15:16:47 -07:00
Anthony Sottile
36609ee305
Fix hook_types when calling init-templatedir
2019-09-30 10:29:53 -07:00
Anthony Sottile
795506a486
Fix up some newlines in output
2019-09-24 10:22:44 -07:00
Anthony Sottile
cfc4910068
Merge pull request #1142 from marqueewinq/master
...
Add version information to error logs
2019-09-24 17:54:20 +02:00
marqueewinq
cb164ef629
replaced str concat with .write_line(); replaced \t with spaces; removed trailing space in logs
2019-09-24 16:25:27 +03:00
marqueewinq
e0155fbd66
removed meta from stdout; replaced = with : ; handled sys.version newlines; stylized errorlog to md
2019-09-24 15:50:07 +03:00
marqueewinq
de63b6a850
updated import style; put the version info on top of error message; fixed tests
2019-09-24 13:34:46 +03:00
Anthony Sottile
a18646deb2
Allow --hook-type to be specified multiple times
2019-09-23 11:14:36 -07:00
marqueewinq
247d45af05
fixed #1141
2019-09-20 15:05:51 +03:00
Anthony Sottile
8537e7c94e
Simplify if statement slightly
2019-08-27 10:35:40 -07:00
Henry Tang
b0c7ae4d29
Fix NODE_PATH on win32
2019-08-28 00:03:04 +08:00
Ville Skyttä
562276098c
Address more @asottile's review comments
2019-08-15 18:54:08 +03:00
Ville Skyttä
38da98d2d6
Address @asottile's review comments
2019-08-15 18:43:31 +03:00
Ville Skyttä
fa2e154b41
Stabilize python default version lookup
...
For example, for sys.executable:
/usr/bin/python3 -> python3.7
...the default lookup may return either python3 or python3.7. Make the
order deterministic by iterating over tuple, not set, of candidates.
2019-08-15 10:06:31 +03:00
zimbatm
cbbfcd20b4
rust language: use the new cargo install command
...
cargo install now requires an additional `--path <TARGET>` argument.
2019-08-11 13:36:13 -07:00
Anthony Sottile
f48c0abcbe
Use expanduser in init-templatedir like git does
2019-08-03 13:30:13 -07:00
Anthony Sottile
cab8036db3
Don't treat unset init.templateDir as the current directory
2019-08-03 11:55:53 -07:00
Anthony Sottile
da80cc6479
Allow init-templatedir to be called outside of git
2019-08-03 11:41:54 -07:00
Anthony Sottile
120cae9d41
Disable color if TERM=dumb is detected
2019-07-27 13:46:30 -07:00
Anthony Sottile
376d283ba3
Merge pull request #1094 from geieredgar/windows-docker-fix
...
Fix docker based hooks failing on Windows
2019-07-25 06:19:21 -07:00
Edgar Geier
d4a9ff4d1f
Simplify docker user fallback implementation and test
2019-07-25 11:22:59 +02:00
Edgar Geier
aaa249bda9
Overwrite default value of --color argument with PRE_COMMIT_COLOR env var
2019-07-23 17:42:28 +02:00
Edgar Geier
c75d8939f8
Revert "Don't use color if NO_COLOR environment variable is set"
...
This reverts commit 1bf9ff7493 .
2019-07-23 17:40:08 +02:00
Edgar Geier
df919e6ab5
Revert "Require NO_COLOR environment variable to be non-empty to disable colors"
...
This reverts commit 01d3a72a0e .
2019-07-23 17:39:34 +02:00
Edgar Geier
69b2cb5ea6
Revert "Simplify NO_COLOR check"
...
This reverts commit e9ff1be96c .
2019-07-23 17:38:29 +02:00
Edgar Geier
b43b6a61ab
Add docker uid and gid fallback tests
2019-07-23 15:14:06 +02:00
Edgar Geier
b7ce5db782
Use fallback uid and gid if os.getuid() and os.getgid() are unavailable
2019-07-23 12:38:09 +02:00
Edgar Geier
e9ff1be96c
Simplify NO_COLOR check
2019-07-22 20:09:32 +02:00
Edgar Geier
01d3a72a0e
Require NO_COLOR environment variable to be non-empty to disable colors
2019-07-22 19:35:39 +02:00
Edgar Geier
1bf9ff7493
Don't use color if NO_COLOR environment variable is set
2019-07-22 19:18:36 +02:00
Anthony Sottile
1bd9bfefeb
Merge pull request #1090 from pre-commit/template_dir
...
Implement `pre-commit init-templatedir`
2019-07-20 20:56:02 -07:00
Anthony Sottile
9a52eefc99
Implement pre-commit init-templatedir
2019-07-20 20:33:42 -07:00
Anthony Sottile
3def940574
reorder pre-commit sub commands
2019-07-20 16:28:35 -07:00
Anthony Sottile
8be0f857e8
Make autoupdate work for non-master default branches
2019-07-20 15:30:30 -07:00
Anthony Sottile
73250ff4e3
Fix autoupdate to always use non-shallow clone
2019-07-20 14:59:49 -07:00
Michael Adkins
02d95c033c
Fixed code style
2019-07-09 13:48:06 -05:00
Michael Adkins
c148845a98
Added hook-stage print to output for missing hook id
2019-07-09 13:06:18 -05:00
Anthony Sottile
01653b8077
Fix shallow fetch by checking out FETCH_HEAD
2019-07-07 22:10:32 -07:00
Anthony Sottile
9bdce088c8
Use sys.executable if it matches on posix as well
2019-06-17 07:54:38 -07:00
Mandar Vaze
3d7b374bef
Pass correct value to git color based on args.color
2019-06-01 17:33:27 +05:30
Mandar Vaze
64f0178b75
Pass color option to git diff unconditionally
2019-06-01 07:40:20 +05:30
Mandar Vaze
4f4767c9e0
Pass color option to git diff (on failure)
...
Fixes #1007
2019-05-31 16:42:16 +05:30
Anthony Sottile
625750eeef
fixes for cfgv>=2
2019-05-27 13:37:49 -07:00
Anthony Sottile
da44d4267e
Fix rmtree for readonly directories
2019-05-22 11:04:35 -07:00
Anthony Sottile
fb15fa65f2
Fix handling of SIGINT in hook script
2019-05-13 12:33:51 -07:00
Anthony Sottile
e10b81858a
Merge pull request #1028 from yoavcaspi/warn_unknown_keys
...
Add warning to additional keys in config
2019-05-12 15:04:41 -07:00
Yoav Caspi
7a998a091e
improve function name
2019-05-12 23:29:42 +03:00
Yoav Caspi
ba7760b705
Add a test to validate that cfgv.WarnAdditionalKeys working as expected in the relevant config schemas
2019-05-12 15:09:15 +03:00
Yoav Caspi
217d31ec1c
Add a check and test to the real top level and improve the warning message
2019-05-11 22:57:52 +03:00
Anthony Sottile
f21316ebe8
Improve output when interrupted (^C)
2019-05-11 12:19:00 -07:00