WillKoehrsen
95dbf1190a
Handle case when executable is not executable
...
- Changed error message if executable is not executable
Closes:[1159](https://github.com/pre-commit/pre-commit/issues/1159 )
2019-10-07 15:47:30 -04:00
Anthony Sottile
bb108bf00e
Merge pull request #1160 from pre-commit/cmd_output_b
...
Split out cmd_output_b
2019-10-06 17:19:46 -07:00
Anthony Sottile
f612aeb22b
Split out cmd_output_b
2019-10-06 15:16:47 -07:00
Anthony Sottile
ab063977ad
Merge pull request #1153 from pre-commit/init_templatedir_hook_types
...
Fix hook_types when calling init-templatedir
2019-09-30 11:11:07 -07:00
Anthony Sottile
36609ee305
Fix hook_types when calling init-templatedir
2019-09-30 10:29:53 -07:00
Anthony Sottile
2d0927d0b3
Merge pull request #1148 from pre-commit/newline_fixup
...
Fix up some newlines in output
2019-09-24 20:55:07 +02: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
f735f47448
Merge pull request #1145 from pre-commit/multiple_hooks_install
...
Allow --hook-type to be specified multiple times
2019-09-23 20:40:49 +02: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
96c35185f0
Merge pull request #1124 from pre-commit/all-repos_autofix_rm-reqs
...
Remove redundant flake8 dependency
2019-08-28 11:58:30 -07:00
Anthony Sottile
d3474dfff3
make the tests not depend on flake8 being installed
2019-08-28 11:41:03 -07:00
Anthony Sottile
c1580be7d3
Remove redundant flake8 dependency
...
Committed via https://github.com/asottile/all-repos
2019-08-27 21:28:06 -07:00
Anthony Sottile
0245a67831
v1.18.3
v1.18.3
2019-08-27 10:38:53 -07:00
Anthony Sottile
8537e7c94e
Simplify if statement slightly
2019-08-27 10:35:40 -07:00
Anthony Sottile
47fb42cf1f
Merge pull request #1122 from henryykt/bugfix/windows_node_path
...
Fix NODE_PATH on win32
2019-08-27 10:33:18 -07:00
Henry Tang
b0c7ae4d29
Fix NODE_PATH on win32
2019-08-28 00:03:04 +08:00
Anthony Sottile
7f900395ec
v1.18.2
v1.18.2
2019-08-15 10:07:24 -07:00
Anthony Sottile
7c376cb4d6
Merge pull request #1117 from scop/py3-default-version
...
Stabilize python default version lookup
2019-08-15 09:51:40 -07:00
Ville Skyttä
f84b19748d
Patch the correct find_executable
2019-08-15 19:28:07 +03: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ä
c377830898
Mock find_executable for find_by_sys_executable test
2019-08-15 18:34:25 +03:00
Anthony Sottile
66a78ce819
Merge pull request #1116 from scop/spelling
...
Spelling fixes
2019-08-15 06:11:44 -07: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
Ville Skyttä
dd46fde384
Spelling fixes
2019-08-15 08:26:01 +03:00
Anthony Sottile
7c69730ad2
v1.18.1
v1.18.1
2019-08-11 14:07:20 -07:00
Anthony Sottile
9297befe5c
Merge pull request #1113 from zimbatm/rust-language-fix
...
rust language: use the new cargo install command
2019-08-11 14:05:11 -07: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
07f66417dd
v1.18.0
v1.18.0
2019-08-03 15:21:26 -07:00
Anthony Sottile
e6d63d70be
Merge pull request #1107 from pre-commit/init_templatedir_fixes
...
Several fixes for init-templatedir
2019-08-03 13:55:01 -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
7f1e9c1907
Merge pull request #1103 from pre-commit/dumb_term
...
Disable color if TERM=dumb is detected
2019-07-27 19:49:20 -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
Anthony Sottile
332b98bd86
Merge pull request #1098 from geieredgar/switch-to-pre-commit-color-env
...
Switch from NO_COLOR to PRE_COMMIT_COLOR environment variable
2019-07-23 09:07:54 -07: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
e82c1e7259
Revert "Add tests for NO_COLOR support"
...
This reverts commit 8520455042 .
2019-07-23 17:38:50 +02:00
Edgar Geier
69b2cb5ea6
Revert "Simplify NO_COLOR check"
...
This reverts commit e9ff1be96c .
2019-07-23 17:38:29 +02:00
Edgar Geier
07797f3fff
Revert "Change test to remove missed branch"
...
This reverts commit 84dcb91119 .
2019-07-23 17:37:44 +02:00
Edgar Geier
a21a4f46c7
Fix missing create=True attribute in docker tests
2019-07-23 15:35:19 +02:00