Commit Graph

1183 Commits

Author SHA1 Message Date
Anthony Sottile
45d299d1db Merge pull request #785 from pre-commit/better_trace
Improve not found error with script paths (`./exe`)
2018-07-04 15:51:48 -07:00
Anthony Sottile
50fe51fc4f Merge pull request #781 from expobrain/rust_cache
Travis cache
2018-07-04 15:29:52 -07:00
Daniele Esposti
b7ba4a1708 Added hash of Swift tarballs 2018-07-04 22:58:00 +01:00
Anthony Sottile
c2e4040756 Improve not found error with script paths (./exe) 2018-07-04 14:55:00 -07:00
Daniele Esposti
0f600ea0f0 Wget timestamping incompatible with -O 2018-07-04 08:36:32 +01:00
Daniele Esposti
e6b6abeb9f Added Swift cache 2018-07-04 01:59:42 +01:00
Anthony Sottile
6853f4aa4c Merge pull request #779 from pre-commit/yaml_load
Appease yaml.load linters
2018-07-03 05:51:21 -07:00
Anthony Sottile
c3e438379a Appease yaml.load linters
_technically_ yaml.load is unsafe, however the contents being loaded here are
previously loaded just above using a safe loader so this is not an abitrary
code vector.  Fixing it nonetheless :)
2018-07-03 05:12:36 -07:00
Daniele Esposti
eda684661b Added Rustup cache 2018-07-03 00:26:25 +01:00
Anthony Sottile
ebb178a749 v1.10.3 v1.10.3 2018-07-02 11:00:35 -07:00
Anthony Sottile
09114f1c16 Merge pull request #778 from pre-commit/pre_push_force_push
Fix force-push without fetch
2018-07-02 10:50:14 -07:00
Anthony Sottile
c294be513d Fix force-push without fetch 2018-07-02 09:59:23 -07:00
Anthony Sottile
13c85f374b Merge pull request #774 from pre-commit/fewer_props
Remove more properties from Runner
2018-07-01 21:47:39 -07:00
Anthony Sottile
b87c4fd8cc Remove more properties from Runner 2018-07-01 19:49:15 -07:00
Anthony Sottile
8f6fe8c9e6 Merge pull request #773 from pre-commit/separate_store
Separate store from runner
2018-06-29 23:39:12 -07:00
Anthony Sottile
c01ffc83f8 Separate store from runner 2018-06-29 22:35:53 -07:00
Anthony Sottile
6d683a5fac clean: separate store from runner 2018-06-29 20:08:23 -07:00
Anthony Sottile
0e430be0ce autoupdate: separate store from runner 2018-06-29 20:04:16 -07:00
Anthony Sottile
8f2c3cfea7 Merge pull request #769 from pre-commit/fix_escape_sequences
Fix invalid escape sequences
2018-06-18 07:34:51 -07:00
Anthony Sottile
37c94bbe71 Fix invalid escape sequences 2018-06-17 23:51:03 -07:00
Anthony Sottile
a12feebf4b v1.10.2 v1.10.2 2018-06-11 13:30:11 -07:00
Anthony Sottile
31e751f4d3 Merge pull request #767 from pre-commit/consistent_ordering
Consistent ordering of filenames
2018-06-11 13:27:04 -07:00
Anthony Sottile
5b6a5abae9 Consistent ordering of filenames 2018-06-11 12:49:45 -07:00
Anthony Sottile
507c327b1a Merge pull request #764 from pre-commit/tidy_top_level
Move testing scripts into testing
2018-06-05 19:45:36 -07:00
Anthony Sottile
f0842429b9 Move testing scripts into testing 2018-06-05 18:26:02 -07:00
Anthony Sottile
7cd2364da7 Merge pull request #762 from pre-commit/simpler_fixture
Simplify setup.py in arbitrary_bytes_repo
2018-06-03 22:16:56 -07:00
Anthony Sottile
37f49d8fd4 Stop crlf messages in appveyor 2018-06-03 21:33:10 -07:00
Anthony Sottile
51cf46e660 Simplify setup.py in arbitrary_bytes_repo 2018-06-03 20:56:07 -07:00
Anthony Sottile
d4a25b2ecf Merge pull request #760 from pre-commit/long_description
Include README as long_description
2018-06-01 19:33:09 -07:00
Anthony Sottile
ba97b66055 Include README as long_description 2018-06-01 18:42:48 -07:00
Anthony Sottile
4e5c7e86cf Merge pull request #759 from pre-commit/all-repos_autofix_e309-autopep8
E309 is no longer rewritten by autopep8
2018-06-01 14:53:39 -07:00
Anthony Sottile
3b1b9ac4cf E309 is no longer rewritten by autopep8
Committed via https://github.com/asottile/all-repos
2018-06-01 13:39:40 -07:00
Anthony Sottile
cf5f8406a1 v1.10.1 v1.10.1 2018-05-28 17:16:52 -07:00
Anthony Sottile
1b92f79941 Merge pull request #756 from pre-commit/venv_spiders
Invoke -mvenv with the original python if in a -mvirtualenv venv
2018-05-28 16:58:25 -07:00
Anthony Sottile
805a2921ad Invoke -mvenv with the original python if in a -mvirtualenv venv 2018-05-28 15:14:17 -07:00
Anthony Sottile
97fb49a533 v1.10.0 v1.10.0 2018-05-26 13:39:32 -07:00
Anthony Sottile
4e27dbddf0 Merge pull request #754 from pre-commit/all-repos_autofix_pytest
pytest: drop the dot!
2018-05-25 16:03:25 -07:00
Anthony Sottile
d6f8ea8fd1 pytest: drop the dot!
Committed via https://github.com/asottile/all-repos
2018-05-25 15:00:32 -07:00
Anthony Sottile
065504d528 Merge pull request #751 from chriskuehl/rust
Add Rust support
2018-05-25 10:51:52 -07:00
Chris Kuehl
5ac2ba0f7b Make local hooks work 2018-05-24 19:42:58 -07:00
Anthony Sottile
c3d1f840c0 Merge pull request #753 from pre-commit/all-repos_autofix_rm-makefile
Remove (unused) Makefile
2018-05-23 18:20:31 -07:00
Anthony Sottile
f57958a9d0 Remove (unused) Makefile
Committed via https://github.com/asottile/all-repos
2018-05-23 17:36:23 -07:00
Chris Kuehl
23fe0be286 Add Rust to CI 2018-05-22 21:52:34 -07:00
Chris Kuehl
b4edf2ce50 Add tests for Rust 2018-05-22 21:52:34 -07:00
Chris Kuehl
2a37fcd3fe Add support for Rust CLI dependencies
Also consistently build the hook using `cargo install`.
2018-05-22 21:20:13 -07:00
Chris Kuehl
7f85da1b9d Add Rust support 2018-05-22 21:20:13 -07:00
Anthony Sottile
884e78e255 Merge pull request #752 from pre-commit/fix_pip10_test
Fix test since pip 10 changed output
2018-05-21 22:59:21 -07:00
Anthony Sottile
7f29fd5591 Adjust feature detection for 2.7.15 2018-05-21 22:20:37 -07:00
Anthony Sottile
f88e007f52 Fix test since pip 10 changed output 2018-05-21 21:38:36 -07:00
Anthony Sottile
3555a2b158 v1.9.0 v1.9.0 2018-05-21 20:48:08 -07:00