Commit graph

  • e5201c91aa
    Merge defe7c84da into 4b0a22a8ba Anthony Sottile 2018-09-17 20:52:13 +00:00
  • defe7c84da what version are you? Anthony Sottile 2018-09-17 13:51:10 -07:00
  • 736122594f Revert "Stop crlf messages in appveyor" Anthony Sottile 2018-09-17 13:36:25 -07:00
  • 4b0a22a8ba v1.11.0 v1.11.0 Anthony Sottile 2018-09-02 19:57:09 -07:00
  • a2bd0097c5
    Merge pull request #821 from pre-commit/allow_language_fail_check_useless_excludes Anthony Sottile 2018-09-02 19:49:01 -07:00
  • ce25b652b9 Exempt language: fail hooks from check-hooks-apply Anthony Sottile 2018-09-02 18:54:34 -07:00
  • 21c2c9df33 No need for OrderedDict Anthony Sottile 2018-09-02 18:45:21 -07:00
  • 9d48766c02 git mv tests/meta_hooks/{,check_}useless_excludes_test.py Anthony Sottile 2018-09-02 18:39:11 -07:00
  • cd116977cc
    Merge pull request #819 from jeffreyrack/fix-windows-reporting Anthony Sottile 2018-08-30 20:10:02 -07:00
  • 710eef317a Fixing tests to account for the new terminal_supports_color variable Jeffrey Rackauckas 2018-08-30 19:39:37 -07:00
  • 3d777bb386 Move logic to handle terminal not supporting colors to use_color Jeffrey Rackauckas 2018-08-30 19:15:46 -07:00
  • a970d3b69b Removing useless pass statement. Jeffrey Rackauckas 2018-08-30 18:45:29 -07:00
  • 1bd6fce7dc Don't print bogus characters on windows terminals that don't support colors. Jeffrey Rackauckas 2018-08-29 18:54:55 -07:00
  • f042e302d8
    Merge pull request #815 from pre-commit/update_config Anthony Sottile 2018-08-16 07:44:27 -07:00
  • 72d10903d5 Update config Anthony Sottile 2018-08-15 17:55:06 -07:00
  • a5ccc89748
    Merge pull request #812 from pre-commit/language_fail Anthony Sottile 2018-08-11 08:13:35 -07:00
  • a6e2e1d4bb Add language: fail Anthony Sottile 2018-08-10 18:11:28 -07:00
  • cf691e85c8 that's what I get for not waiting for CI Anthony Sottile 2018-08-10 12:39:40 -07:00
  • 67bc05eb35
    Merge pull request #811 from BoboTiG/fix-resources-warnings Anthony Sottile 2018-08-10 12:34:05 -07:00
  • 174d3bf057
    Minor style adjustment Anthony Sottile 2018-08-10 12:33:21 -07:00
  • a8640c759d
    Add # pragma: no cover for the py3-only branch Anthony Sottile 2018-08-10 11:11:50 -07:00
  • d68a778e3b Fix the use of deprecated inspect.getargspec() on Python 3 Mickaël Schoentgen 2018-08-10 17:10:14 +02:00
  • 67d6fcb0f6 Fix several ResourceWarning: unclosed file Mickaël Schoentgen 2018-08-10 10:21:20 +02:00
  • abee146199 Get rid of @pytest.mark.integration Mickaël Schoentgen 2018-08-10 17:50:15 +02:00
  • ff73f6f741 v1.10.5 v1.10.5 Anthony Sottile 2018-08-06 14:03:01 -07:00
  • 2f0fefeb74
    Merge pull request #809 from pre-commit/worktree Anthony Sottile 2018-08-06 10:11:51 -07:00
  • 3f78487769 Support pre-commit install inside a worktree Anthony Sottile 2018-08-06 09:26:27 -07:00
  • ab556f4dff
    Merge pull request #805 from pre-commit/workaround_brew Anthony Sottile 2018-07-24 18:28:34 -07:00
  • 7e69d117c6 Work around sys.executable issue using brew python on macos Anthony Sottile 2018-07-24 16:05:26 -07:00
  • a3847d830c A few changelog entries didn't get commited Anthony Sottile 2018-07-22 09:25:34 -07:00
  • 52f39fee12 v1.10.4 v1.10.4 Anthony Sottile 2018-07-22 08:47:43 -07:00
  • f2b74e3387
    Merge pull request #803 from mblayman/args-hook-only Anthony Sottile 2018-07-19 21:13:24 -07:00
  • fd1bc21d8e Use parens instead of different logic pattern. Matt Layman 2018-07-19 23:27:29 -04:00
  • a8b298799c Check bytes for Python 3. Matt Layman 2018-07-19 22:11:15 -04:00
  • 4640dc7b4a Run only the specified hook even when stages exist in config. Matt Layman 2018-07-19 21:45:43 -04:00
  • f2da2c435c
    Merge pull request #801 from pre-commit/node_lives_again Anthony Sottile 2018-07-18 19:07:02 -07:00
  • 4f419fdaab Revert "Merge pull request #799 from pre-commit/temporarily_skip_npm_windows" Anthony Sottile 2018-07-18 15:25:48 -07:00
  • 99972df1da
    Merge pull request #797 from pre-commit/default_python_3_venv Anthony Sottile 2018-07-17 20:20:54 -07:00
  • 550ce26e75
    Merge pull request #796 from pre-commit/buffering Anthony Sottile 2018-07-17 19:37:49 -07:00
  • 0eaacd7c8e Default to python3 when using python_venv under python 2 Anthony Sottile 2018-07-17 16:48:09 -07:00
  • c947a0935d Fix buffering in --show-diff-on-failure Anthony Sottile 2018-07-17 16:40:57 -07:00
  • df1b720054
    Merge pull request #800 from pre-commit/revert_cargo_cache_appveyor Anthony Sottile 2018-07-17 18:23:52 -07:00
  • 7d4db5c523 Revert "Merge pull request #788 from pre-commit/cache_cargo_windows" Anthony Sottile 2018-07-17 18:23:08 -07:00
  • 063014ffd8
    Merge pull request #799 from pre-commit/temporarily_skip_npm_windows Anthony Sottile 2018-07-17 18:22:37 -07:00
  • 5b559dbe91 Temporarily xfail node on windows Anthony Sottile 2018-07-17 18:07:14 -07:00
  • 259ef9e530
    Merge pull request #792 from pre-commit/py37_appveyor Anthony Sottile 2018-07-10 12:31:36 -07:00
  • d2734b2f1b Use python3.7 in appveyor Anthony Sottile 2018-07-10 10:31:42 -07:00
  • 787dea9fbe
    Merge pull request #791 from pre-commit/tox_3_1 Anthony Sottile 2018-07-08 16:52:33 -07:00
  • 49035ba445 tox 3.1 passes PROCESSOR_ARCHITECTURE by default Anthony Sottile 2018-07-08 14:53:55 -07:00
  • b93ef6ffc3
    Merge pull request #790 from pre-commit/no_py35 Anthony Sottile 2018-07-08 10:18:38 -07:00
  • 707e458984 Don't test python3.5 now that we test python3.7 Anthony Sottile 2018-07-08 08:19:22 -07:00
  • ed1901423d
    Merge pull request #789 from expobrain/python_37 Anthony Sottile 2018-07-08 08:16:57 -07:00
  • e4502b73d3 Removed PyYAML version Daniele Esposti 2018-07-06 19:38:42 +01:00
  • 2a46658adc Fixed Travis setup for python 3.7 Daniele Esposti 2018-07-06 08:50:52 +01:00
  • cec67bb9ad Fixed PyYAML version Daniele Esposti 2018-07-06 08:50:30 +01:00
  • 04933cdc46 Added Python 3.7 to Travis CI Daniele Esposti 2018-07-02 21:57:25 +01:00
  • e731aa835c
    Merge pull request #788 from pre-commit/cache_cargo_windows Anthony Sottile 2018-07-05 14:44:04 -07:00
  • a4b5a9f7fb
    Merge pull request #787 from pre-commit/hook_paths Anthony Sottile 2018-07-05 13:37:17 -07:00
  • ac4aa63ff2 Cache rust installation on windows too Anthony Sottile 2018-07-05 13:14:42 -07:00
  • bffa58753d hook paths are only computed in install_uninstall Anthony Sottile 2018-07-05 12:49:01 -07:00
  • d04823e8e3
    Merge pull request #786 from pre-commit/no_need_for_file Anthony Sottile 2018-07-04 16:10:05 -07:00
  • 45d299d1db
    Merge pull request #785 from pre-commit/better_trace Anthony Sottile 2018-07-04 15:51:48 -07:00
  • c79bc2eb8e Oops, this wrote a hash.txt file to the working dir Anthony Sottile 2018-07-04 15:27:23 -07:00
  • 50fe51fc4f
    Merge pull request #781 from expobrain/rust_cache Anthony Sottile 2018-07-04 15:29:52 -07:00
  • b7ba4a1708 Added hash of Swift tarballs Daniele Esposti 2018-07-04 22:39:07 +01:00
  • c2e4040756 Improve not found error with script paths (./exe) Anthony Sottile 2018-07-04 14:14:29 -07:00
  • 0f600ea0f0 Wget timestamping incompatible with -O Daniele Esposti 2018-07-04 08:36:32 +01:00
  • e6b6abeb9f Added Swift cache Daniele Esposti 2018-07-03 01:19:58 +01:00
  • 6853f4aa4c
    Merge pull request #779 from pre-commit/yaml_load Anthony Sottile 2018-07-03 05:51:21 -07:00
  • c3e438379a Appease yaml.load linters Anthony Sottile 2018-07-03 05:12:36 -07:00
  • eda684661b Added Rustup cache Daniele Esposti 2018-07-03 00:26:25 +01:00
  • ebb178a749 v1.10.3 v1.10.3 Anthony Sottile 2018-07-02 11:00:35 -07:00
  • 09114f1c16
    Merge pull request #778 from pre-commit/pre_push_force_push Anthony Sottile 2018-07-02 10:50:14 -07:00
  • c294be513d Fix force-push without fetch Anthony Sottile 2018-07-02 09:59:23 -07:00
  • 13c85f374b
    Merge pull request #774 from pre-commit/fewer_props Anthony Sottile 2018-07-01 21:47:39 -07:00
  • b87c4fd8cc Remove more properties from Runner Anthony Sottile 2018-07-01 19:04:07 -07:00
  • 8f6fe8c9e6
    Merge pull request #773 from pre-commit/separate_store Anthony Sottile 2018-06-29 23:39:12 -07:00
  • c01ffc83f8 Separate store from runner Anthony Sottile 2018-06-29 22:35:53 -07:00
  • 6d683a5fac clean: separate store from runner Anthony Sottile 2018-06-29 20:08:23 -07:00
  • 0e430be0ce autoupdate: separate store from runner Anthony Sottile 2018-06-29 20:04:16 -07:00
  • 8f2c3cfea7
    Merge pull request #769 from pre-commit/fix_escape_sequences Anthony Sottile 2018-06-18 07:34:51 -07:00
  • 37c94bbe71 Fix invalid escape sequences Anthony Sottile 2018-06-17 23:51:03 -07:00
  • a12feebf4b v1.10.2 v1.10.2 Anthony Sottile 2018-06-11 13:29:17 -07:00
  • 31e751f4d3
    Merge pull request #767 from pre-commit/consistent_ordering Anthony Sottile 2018-06-11 13:27:04 -07:00
  • 5b6a5abae9 Consistent ordering of filenames Anthony Sottile 2018-06-11 12:49:45 -07:00
  • 507c327b1a
    Merge pull request #764 from pre-commit/tidy_top_level Anthony Sottile 2018-06-05 19:45:36 -07:00
  • f0842429b9 Move testing scripts into testing Anthony Sottile 2018-06-05 18:26:02 -07:00
  • 7cd2364da7
    Merge pull request #762 from pre-commit/simpler_fixture Anthony Sottile 2018-06-03 22:16:56 -07:00
  • 37f49d8fd4 Stop crlf messages in appveyor Anthony Sottile 2018-06-03 21:33:10 -07:00
  • 51cf46e660 Simplify setup.py in arbitrary_bytes_repo Anthony Sottile 2018-06-03 20:56:07 -07:00
  • d4a25b2ecf
    Merge pull request #760 from pre-commit/long_description Anthony Sottile 2018-06-01 19:33:09 -07:00
  • ba97b66055 Include README as long_description Anthony Sottile 2018-06-01 17:55:12 -07:00
  • 4e5c7e86cf
    Merge pull request #759 from pre-commit/all-repos_autofix_e309-autopep8 Anthony Sottile 2018-06-01 14:53:39 -07:00
  • 3b1b9ac4cf E309 is no longer rewritten by autopep8 Anthony Sottile 2018-06-01 13:39:40 -07:00
  • cf5f8406a1 v1.10.1 v1.10.1 Anthony Sottile 2018-05-28 17:16:52 -07:00
  • 1b92f79941
    Merge pull request #756 from pre-commit/venv_spiders Anthony Sottile 2018-05-28 16:58:25 -07:00
  • 805a2921ad Invoke -mvenv with the original python if in a -mvirtualenv venv Anthony Sottile 2018-05-28 15:14:17 -07:00
  • 97fb49a533 v1.10.0 v1.10.0 Anthony Sottile 2018-05-26 13:39:32 -07:00
  • 4e27dbddf0
    Merge pull request #754 from pre-commit/all-repos_autofix_pytest Anthony Sottile 2018-05-25 16:03:25 -07:00
  • d6f8ea8fd1 pytest: drop the dot! Anthony Sottile 2018-05-25 15:00:32 -07:00