Commit Graph

349 Commits

Author SHA1 Message Date
Ken Struys
a6112f44f2 Merge pull request #167 from pre-commit/npmrc_prefix_fix
Bump nodeenv in setup.py.  Closes #165
2014-09-04 10:00:55 -07:00
Anthony Sottile
89205a3ac5 Bump nodeenv in setup.py. Closes #165 2014-09-04 08:54:24 -07:00
Anthony Sottile
59e753624e Merge pull request #163 from wting/update_autoupdate_help_msg
Update autoupdate help message.
2014-09-02 18:54:13 -07:00
William Ting
f0352bf0be Update autoupdate help message. 2014-09-02 18:46:18 -07:00
Anthony Sottile
bba24b6535 v0.2.9 v0.2.9 2014-09-02 17:25:32 -07:00
Ken Struys
9ba93911a4 Merge pull request #162 from pre-commit/sys_stdout_write_py26
Use bytes for sys.stdout.write in PY2.  Closes #161.
2014-09-02 16:25:33 -07:00
Anthony Sottile
ecf82ed5e0 Use bytes for sys.stdout.write in PY2. Closes #161. 2014-09-02 16:11:45 -07:00
Anthony Sottile
37d3dc0c82 Minor things to trigger a build. 2014-08-26 22:10:08 -07:00
Ken Struys
58b5845edd Merge pull request #154 from struys/update_readme
updated readme to point to pre-commit site
2014-08-26 17:20:15 -07:00
Ken Struys
984e5f083d updated readme to point to pre-commit site 2014-08-26 17:09:02 -07:00
Anthony Sottile
22ee10d4ad Update .pre-commit-config.yaml 2014-08-22 12:33:54 -07:00
Anthony Sottile
3cac9489b3 Misc readme changes. 2014-08-14 15:34:31 -07:00
Anthony Sottile
1cfb9e76a3 Update changelog for 0.2.8 2014-08-13 15:57:22 -07:00
Anthony Sottile
0bc67673c4 v0.2.8 v0.2.8 2014-08-13 15:39:04 -07:00
Ken Struys
f3b5886c8a Merge pull request #153 from pre-commit/error_handler
Error handler
2014-08-13 11:34:39 -07:00
Anthony Sottile
32817f3958 Remove @entry 2014-08-13 11:02:40 -07:00
Anthony Sottile
9a017dcbe9 Add error_handler and use it. 2014-08-13 11:02:28 -07:00
Anthony Sottile
e3d29a897b Make git errors throw FatalError 2014-08-13 10:43:32 -07:00
Anthony Sottile
74e878d96a Merge pull request #152 from pre-commit/use_prebuilt_node
Don't use system node.
2014-08-13 10:42:55 -07:00
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
Anthony Sottile
ed86307dc4 Merge pull request #151 from pre-commit/dont_dict_pre_commit_config
Allow multiple hooks with same id in .pre-commit-config.yaml
2014-08-01 08:22:23 -07:00
Anthony Sottile
e1429ec250 Add regression test for running multiple hooks with the same id. 2014-08-01 06:50:51 -07:00
Anthony Sottile
62f13aea56 Allow multiple hooks with same id in .pre-commit-config.yaml 2014-07-31 08:37:37 -07:00
Anthony Sottile
32b662c35f v0.2.7 v0.2.7 2014-07-28 14:24:55 -07:00
Anthony Sottile
38d3fab4ea Do logging on install-hooks during install command. 2014-07-28 14:24:00 -07:00
Anthony Sottile
260a079ec2 v0.2.6 v0.2.6 2014-07-28 11:13:36 -07:00
Anthony Sottile
50a7020d6e Merge pull request #148 from pre-commit/run_as_dash_m
Runnable as python -m pre_commit
2014-07-23 19:49:33 -07:00
Anthony Sottile
ffe65ad275 Runnable as python -m pre_commit 2014-07-22 19:22:29 -07:00
Anthony Sottile
eb11ec2878 Merge pull request #147 from pre-commit/print_hook_id_on_failure
Print hookid on failure.
2014-07-22 06:59:07 -07:00
Anthony Sottile
e57f4737d4 Merge pull request #146 from pre-commit/sys_executable
Use sys.executable instead of python.
2014-07-22 06:58:26 -07:00
Anthony Sottile
5956b7ab46 Use sys.executable instead of python. 2014-07-22 06:57:07 -07:00
Anthony Sottile
b8c8120f2a Print hookid on failure. 2014-07-22 06:54:48 -07:00
Anthony Sottile
196fd87df0 Update changelog 2014-07-22 06:46:24 -07:00
Anthony Sottile
dbae23538f v0.2.5 v0.2.5 2014-07-17 16:56:41 -07:00
Anthony Sottile
7c49c9f7d9 Default tput cols to 80. 2014-07-17 16:47:57 -07:00
Anthony Sottile
720db97c13 More accurate classifiers. 2014-07-13 16:58:03 -07:00
Anthony Sottile
bdefb77188 This is 0.2.4 v0.2.4 2014-07-07 12:58:51 -07:00
Anthony Sottile
2bde79aa78 Merge pull request #139 from pre-commit/nodeenv_with_python_m
Use nodeenv with python -m
2014-07-07 12:53:52 -07:00
Anthony Sottile
f1575b4f7b Use nodeenv with python -m 2014-07-07 12:43:50 -07:00
Anthony Sottile
3279eab616 Merge pull request #137 from pre-commit/install_before_running
Install hooks before attempting to run anything
2014-07-04 11:17:48 -07:00
Anthony Sottile
31a3b2ecb6 Install hooks before attempting to run anything 2014-07-04 11:11:21 -07:00
Anthony Sottile
76ffb3665a Merge pull request #135 from pre-commit/install_hooks
Support --install-hooks as an option for pre-commit install
2014-07-03 19:38:56 -07:00
Anthony Sottile
9259eb96bb Merge pull request #136 from pre-commit/test_command_line
Add tests for main.
2014-07-03 19:28:03 -07:00
Anthony Sottile
90648bc9ec Add tests for main. 2014-07-03 19:19:55 -07:00
Anthony Sottile
bdbf1cfdb1 Support --install-hooks as an option for pre-commit install 2014-07-03 17:22:32 -07:00
Anthony Sottile
e2d2c17218 Merge pull request #134 from pre-commit/osx_tests
Make more tests pass in osx
2014-06-26 20:14:26 -07:00
Anthony Sottile
76b42056ee More fixes for tests under osx 2014-06-26 20:00:48 -07:00
Anthony Sottile
5b007ad3a9 Version 0.2.3 v0.2.3 2014-06-25 12:03:53 -07:00
Anthony Sottile
2e387e9bcb Add a comment about why we exclude .git 2014-06-25 11:46:04 -07:00
Anthony Sottile
16b3a37047 Merge pull request #132 from pre-commit/freeze_ruby_building
Freeze ruby building
2014-06-23 16:17:12 -07:00