Commit Graph

1506 Commits

Author SHA1 Message Date
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 83fbbaea9a Merge pull request #1089 from pre-commit/autoupdate_non_master_default_branch
Make autoupdate work for non-master default branches
2019-07-20 17:41:19 -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 7769915a0b Merge pull request #1088 from pre-commit/autoupdate_shallow_fix
Fix autoupdate to always use non-shallow clone
2019-07-20 15:21:27 -07:00
Anthony Sottile 73250ff4e3 Fix autoupdate to always use non-shallow clone 2019-07-20 14:59:49 -07:00
Anthony Sottile 95afd642f5 Merge pull request #1079 from madkinsz/run-stage-prompt-1078
Added hook-stage print to output for missing hook id
2019-07-09 12:10:43 -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 927b2ab3f8 Merge pull request #1077 from pre-commit/shallow_fetch_fetch_head
Fix shallow fetch by checking out FETCH_HEAD
2019-07-08 08:22:21 -07:00
Anthony Sottile 01653b8077 Fix shallow fetch by checking out FETCH_HEAD 2019-07-07 22:10:32 -07:00
Anthony Sottile 24d4bc82d7 Merge pull request #1075 from pre-commit/manifest_unnecessary
MANIFEST.in is unnecessary with `license_file`
2019-07-07 13:01:27 -04:00
Anthony Sottile b12e4e82aa MANIFEST.in is unnecessary with license_file 2019-07-07 09:41:28 -07:00
Anthony Sottile 0cf2638b3b Merge pull request #1067 from pre-commit/devenv
Suggest tox --devenv instead of tox -e venv
2019-06-26 07:43:06 -07:00
Anthony Sottile f4b3add8ab Suggest tox --devenv instead of tox -e venv 2019-06-25 22:46:24 -07:00
Anthony Sottile 702f1401d4 Merge pull request #1062 from pre-commit/sys_executable_matches
Use sys.executable if it matches on posix as well
2019-06-17 13:12:25 -07:00
Anthony Sottile 9bdce088c8 Use sys.executable if it matches on posix as well 2019-06-17 07:54:38 -07:00
Anthony Sottile fdf476a5a1 Merge pull request #1056 from pre-commit/document_new_language
Document adding a supported language
2019-06-09 08:51:07 -07:00
Anthony Sottile 9d1342aeb6 Document adding a supported language 2019-06-09 08:42:09 -07:00
Anthony Sottile e0c7db1021 Merge pull request #1054 from pre-commit/rust_ap_linux
Fixes for rust tests on azure pipelines linux
2019-06-06 09:18:40 -07:00
Anthony Sottile 90128c5a9d Fixes for rust tests on azure pipelines linux 2019-06-06 08:50:01 -07:00
Anthony Sottile 016eda9f3c v1.17.0 v1.17.0 2019-06-06 08:30:11 -07:00
Anthony Sottile a75fe69984 Merge pull request #1051 from mandarvaze/master
Pass color option to git diff (on failure)
2019-06-01 08:11:45 -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
Anthony Sottile fff3ad518c Merge pull request #1052 from pre-commit/rust_ap
azure pipelines now has rust by default on windows
2019-05-31 13:35:49 -07:00
Anthony Sottile 071cc422c7 xfail default language version check for azure pipelines 2019-05-31 13:17:54 -07:00
Anthony Sottile e08d373be3 azure pipelines now has rust by default on windows 2019-05-31 09:51:08 -07:00
Mandar Vaze 4f4767c9e0 Pass color option to git diff (on failure)
Fixes #1007
2019-05-31 16:42:16 +05:30
Anthony Sottile 0b6a39768a Merge pull request #1048 from pre-commit/cfgv_2
fixes for cfgv>=2
2019-05-27 13:59:24 -07:00
Anthony Sottile 625750eeef fixes for cfgv>=2 2019-05-27 13:37:49 -07:00
Anthony Sottile 099f521b7e Merge pull request #1045 from pre-commit/fix_test_pre_commit_on_path
Fix test_environment_not_sourced when pre-commit is installed globally
2019-05-26 19:11:57 -07:00
Anthony Sottile e868add5a3 Fix test_environment_not_sourced when pre-commit is installed globally 2019-05-26 17:03:15 -07:00
Anthony Sottile 28664d6bf1 Merge pull request #1043 from pre-commit/rmtree_readonly_dirs
Fix rmtree for readonly directories
2019-05-22 12:32:54 -07:00
Anthony Sottile da44d4267e Fix rmtree for readonly directories 2019-05-22 11:04:35 -07:00
Anthony Sottile 77947f212e Merge pull request #1033 from yoavcaspi/fix_tox_venv
restore testenv:venv section
2019-05-13 15:19:15 -07:00
Yoav Caspi bb78de09d1 move testenv:venv section to be in lexicographic order 2019-05-14 00:08:54 +03:00
Anthony Sottile bd212393ae Merge pull request #1027 from pre-commit/keyboard_interrupt_fix
Fix handling of SIGINT in hook script
2019-05-13 13:17:48 -07:00
Yoav Caspi 471fe7d58f restore testenv:venv section. to be able to set the dev environment as described in the CONTRIBUTING.md 2019-05-13 23:14:41 +03: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
Anthony Sottile a889f0bfd5 Merge pull request #1030 from pre-commit/improved_interrupt_output
Improve output when interrupted (^C)
2019-05-11 20:18:06 -07: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
Anthony Sottile 1c7ac67fba Merge pull request #1029 from yoavcaspi/typo_fix
typo fix
2019-05-11 12:09:29 -07:00
Yoav Caspi 59c282b184 typo fix 2019-05-11 21:47:26 +03:00
Yoav Caspi fd9d9d276b Add warning to additional keys in config 2019-05-11 20:59:34 +03:00