Alex Hutton
42000c4521
Fix eslint on windows
...
- The bare exe was the first filename attempted to match,
this changes means it will be matched last, allowing other files
to be matched if they exist. The result is that eslint now works
on Windows.
2017-02-10 18:09:00 +11:00
Anthony Sottile
63f65a419c
Merge pull request #482 from tdeo/keep_dependencies_order
...
Keep dependency in order
2017-02-09 10:40:07 -08:00
Thierry Deo
397efa8080
Keep additional_dependencies in the order in which they are specified
2017-02-09 18:09:09 +01:00
Anthony Sottile
7f18b03201
Fix coveralls badge
2017-02-01 08:27:41 -08:00
Anthony Sottile
8eb65b229f
Merge pull request #481 from pre-commit/improve_messaging_for_nonexistent_hook
...
Improve messaging for missing hook given #480
2017-01-30 21:28:10 -08:00
Anthony Sottile
c08400e2bc
Improve messaging for missing hook given #480
2017-01-30 20:43:20 -08:00
Anthony Sottile
cf1fa70252
Merge pull request #480 from pre-commit/futureproof
...
Make autoupdate slightly more future proof
2017-01-30 20:28:42 -08:00
Anthony Sottile
8d589a5e97
Make autoupdate slightly more future proof
2017-01-30 18:54:56 -08:00
Anthony Sottile
308f2cb9cd
Merge pull request #479 from pre-commit/more_py26_code
...
Remove pre_commit.ordereddict module
2017-01-30 09:05:35 -08:00
Anthony Sottile
7e512004d6
Remove pre_commit.ordereddict module
2017-01-30 08:21:34 -08:00
Anthony Sottile
5a1c4bed62
v0.12.2
2017-01-27 14:28:26 -08:00
Anthony Sottile
6e2373ff43
Merge pull request #478 from pre-commit/docker_build_old_docker
...
Put the `.` in docker build at the end.
2017-01-27 14:27:24 -08:00
Anthony Sottile
8c27f2c50b
Put the . in docker build at the end.
...
Resolves #477
2017-01-27 14:22:00 -08:00
Anthony Sottile
3986db81ae
v0.12.1
2017-01-25 21:16:04 -08:00
Anthony Sottile
583bc575d5
Merge pull request #476 from pre-commit/tags_only
...
Add a --tags-only option to autoupdate
2017-01-25 21:15:10 -08:00
Anthony Sottile
52cd42316c
Add a --tags-only option to autoupdate
2017-01-25 21:02:50 -08:00
Anthony Sottile
209dc07b31
Merge pull request #475 from pre-commit/golang_improvements
...
additional_dependencies support for golang hooks
2017-01-25 20:45:49 -08:00
Anthony Sottile
abcc41611e
Use a binary which works on windows
2017-01-25 20:32:54 -08:00
Anthony Sottile
51d673dff5
Remove unnecessary files after installation
2017-01-25 16:45:03 -08:00
Anthony Sottile
84ba1fd0c2
additional_dependencies support for golang hooks
2017-01-25 13:44:35 -08:00
Anthony Sottile
cc1eac46e4
Merge pull request #474 from pre-commit/go_passes_on_windows
...
The golang tests pass on windows
2017-01-24 21:41:41 -08:00
Anthony Sottile
aea9d8e49b
The golang tests pass on windows
2017-01-24 21:17:12 -08:00
Anthony Sottile
abbde722f4
pre-commit autoupdate
2017-01-24 19:24:10 -08:00
Anthony Sottile
1096352b69
v0.12.0
2017-01-24 18:20:56 -08:00
Anthony Sottile
9eeb701e26
Merge pull request #473 from pre-commit/golang_hooks
...
Add first class support for golang hooks
2017-01-24 16:54:03 -08:00
Anthony Sottile
068c18d38a
Add first class support for golang hooks
2017-01-24 13:49:22 -08:00
Anthony Sottile
209339582c
Merge pull request #472 from chriskuehl/gemfile-in-root
...
Fix ruby hooks in projects with weird options in.bundle/config
2017-01-24 06:22:43 -08:00
Chris Kuehl
8f057b0b1b
Ignore bundle config files when running ruby hooks
2017-01-23 21:23:14 -08:00
Chris Kuehl
260f981ae8
Add failing test for BUNDLE_DISABLE_SHARED_GEMS
2017-01-23 19:59:28 -08:00
Anthony Sottile
ad8eb93af4
Merge pull request #468 from pre-commit/py36
...
Test py36 instead of py34
2017-01-21 17:20:40 -08:00
Anthony Sottile
1a4c7aa612
Merge pull request #470 from pre-commit/pre_commit_hooks_yaml
...
Introduce .pre-commit-hooks.yaml as a replacement for hooks.yaml
2017-01-21 17:09:35 -08:00
Anthony Sottile
b9e5184ebd
Introduce .pre-commit-hooks.yaml as a replacement for hooks.yaml
2017-01-21 13:47:59 -08:00
Anthony Sottile
b90a598fac
Merge pull request #469 from pre-commit/set_literals
...
py27+ syntax improvements
2017-01-21 12:30:09 -08:00
Anthony Sottile
ba75867c93
py27+ syntax improvements
2017-01-21 11:49:53 -08:00
Anthony Sottile
99b4789ec2
Test py36 instead of py34
2017-01-20 21:07:48 -08:00
Anthony Sottile
0a93f3bfdd
v0.11.0
2017-01-20 20:33:06 -08:00
Anthony Sottile
ba09a2dfff
Merge pull request #467 from benasher44/basher_swiftpm_support
...
SwiftPM support
2017-01-16 19:16:17 -08:00
Anthony Sottile
b6937f33e2
Fixups to make appveyor happy
2017-01-16 18:50:49 -08:00
Anthony Sottile
1e5c3324e3
Install swift in travis-ci
2017-01-16 17:50:09 -08:00
Ben Asher
ac2520c86f
skip if swift not installed
2017-01-13 13:51:10 -08:00
Ben Asher
ca731268a4
added test for swift hook
2017-01-13 13:33:44 -08:00
Ben Asher
14cebbb25f
PR feedback fixes
2017-01-13 13:05:44 -08:00
Ben Asher
c68ef12484
fixed path to binary
2017-01-13 11:38:47 -08:00
Ben Asher
b271060aef
fix CI issues
2017-01-13 11:23:16 -08:00
Ben Asher
8893127f27
correctly use ENVIRONMENT_DIR
2017-01-13 11:20:25 -08:00
Ben Asher
bea4e89a48
SwiftPM support
2017-01-13 10:19:41 -08:00
Anthony Sottile
cc0f40fc96
v0.10.1
2017-01-05 12:22:40 -08:00
Anthony Sottile
251ff7f467
Merge pull request #463 from pre-commit/shlex_more
...
Make shlex behaviour of entry more consistent
2017-01-05 12:20:58 -08:00
Anthony Sottile
6055af8bc8
Make shlex behaviour of entry more consistent
2017-01-05 11:52:29 -08:00
Anthony Sottile
0de174f2ac
Merge pull request #462 from bpicolo/support_args_in_docker_entrypoint
...
Support docker hooks with args
2017-01-05 10:34:31 -08:00