Commit graph

  • 9d0ab3b97b
    Merge pull request #1633 from JosephMoniz/add-jvm-coursier-support Anthony Sottile 2020-10-27 10:13:03 -07:00
  • 70ab1c3b6f add coursier (jvm) as a language Joseph Moniz 2020-10-09 13:39:18 -04:00
  • eee891c8cb
    Merge pull request #1662 from pre-commit/pci Anthony Sottile 2020-10-26 16:38:49 -07:00
  • 653cdd286b Add pre-commit.ci Anthony Sottile 2020-10-26 16:11:27 -07:00
  • 9e4754fb4a
    Merge pull request #1616 from pre-commit/zipapp Anthony Sottile 2020-10-17 11:15:03 -07:00
  • 01f1a0090e
    Merge pull request #1643 from MarcoGorelli/negate-pygrep Anthony Sottile 2020-10-17 11:14:19 -07:00
  • a0658c06bf add --negate flag to pygrep Marco Gorelli 2020-10-17 14:21:12 +01:00
  • 6ba50f3aa7
    Merge pull request #1644 from MarcoGorelli/clean-pygrep-test Anthony Sottile 2020-10-16 14:27:56 -07:00
  • 2fc676709d Remove unnecessary fixtures in signatures from pygrep tests Marco Gorelli 2020-10-14 18:15:22 +01:00
  • ee1fcfbeca
    Merge pull request #1634 from pre-commit/simplify Anthony Sottile 2020-10-10 18:38:29 -07:00
  • 3584b99caa simplify docker run Anthony Sottile 2020-10-09 11:31:12 -07:00
  • 11568caf97
    Merge pull request #1637 from pre-commit/conda_test Anthony Sottile 2020-10-10 18:09:09 -07:00
  • 32a286d530 use implementation-agnostic conda package for test Anthony Sottile 2020-10-10 16:39:10 -07:00
  • 0b516b31de
    style fix Bas Nijholt 2020-10-02 13:50:38 +02:00
  • 5adc7edc4f
    add '--isolated' to pip install to avoid authentication to private PyPI Bas Nijholt 2020-10-02 13:43:21 +02:00
  • fbd529204b make an exe stub for windows Anthony Sottile 2020-09-28 18:37:10 -07:00
  • bc198b89ca add zipapp support Anthony Sottile 2020-09-23 15:35:41 -07:00
  • 202f0bbbc9
    Merge pull request #1598 from rkm/feature/dotnet Anthony Sottile 2020-09-27 15:25:56 -07:00
  • 949ea163cd
    Merge pull request #1611 from mcsitter/patch-1 Anthony Sottile 2020-09-27 15:16:50 -07:00
  • 003e4c21e0 add initial dotnet support Ruairidh MacLeod 2020-09-10 11:36:10 +00:00
  • 3de3c6a5fc Update pre-commit version in sample config Maximilian Cosmo Sitter 2020-09-23 02:20:11 +02:00
  • a85b9f798d
    Merge pull request #1617 from pre-commit/no_p_default_exe Anthony Sottile 2020-09-23 18:24:43 -07:00
  • 58a190fd69 don't pass through -p if using the default version Anthony Sottile 2020-09-23 17:44:18 -07:00
  • 7162a3defe
    Merge pull request #1614 from pre-commit/update_rbenv Anthony Sottile 2020-09-23 11:22:17 -07:00
  • 36653586a0 update rbenv / ruby-build Thomas Romera 2020-09-22 23:02:05 -07:00
  • 09cbcb367a Update RBenv and ruby-build resources to latest version Thomas Romera 2020-09-23 07:45:17 +02:00
  • 1b3d14237a
    Merge pull request #1608 from pre-commit/spelling Anthony Sottile 2020-09-20 19:42:27 -07:00
  • 365f896c36 fix a few spelling errors Anthony Sottile 2020-09-20 19:20:54 -07:00
  • f13dcac9ef
    Merge pull request #1606 from pre-commit/move_cygwin_mismatch Anthony Sottile 2020-09-20 11:14:51 -07:00
  • 91530f1005 check cygwin mismatch earlier Anthony Sottile 2020-09-20 10:19:31 -07:00
  • 88ccb3e75d Remove cygwin git mismatch message in MSYS2 Dan Yeaw 2020-09-19 22:16:19 -04:00
  • 8858e058b0 Fix WinError wrong toplevel path returned in msys2 Dan Yeaw 2020-09-19 21:35:04 -04:00
  • 3e2b9dc91a
    Merge pull request #1603 from pre-commit/no_format_executable Anthony Sottile 2020-09-18 09:37:41 -07:00
  • 13eed4ac5b Fix ruby hooks when --format-executable is in gemrc Anthony Sottile 2020-09-18 09:13:19 -07:00
  • 82216596f2
    Fix the exit code argument position int3l 2020-09-16 23:48:19 +03:00
  • 6ab01430fb
    Fix merge conflict int3l 2020-09-16 23:41:43 +03:00
  • 4ef3f957e3
    Merge branch 'master' into interrupt_exit_code int3l 2020-09-16 23:39:13 +03:00
  • b84274a891
    Fix the fatal error test case int3l 2020-09-16 23:35:27 +03:00
  • c99db7830b
    Make the code argument non optional int3l 2020-09-16 23:31:48 +03:00
  • 544e941b27
    Update the error handling tests with exit codes int3l 2020-09-16 23:18:38 +03:00
  • 4fc2344a72
    Distinct error handling exit codes int3l 2020-09-16 23:14:46 +03:00
  • 801a31302d
    Merge pull request #1599 from pre-commit/remove_hardcoded_c_python Anthony Sottile 2020-09-15 12:44:52 -07:00
  • 4888644990 remove hardcoded python location Anthony Sottile 2020-09-15 12:04:25 -07:00
  • 8f32c5b929
    Merge pull request #1595 from Celeborn2BeAlive/1583-wrong-shebang-line-win10-pyenvwin Anthony Sottile 2020-09-09 13:19:39 -07:00
  • 273326b89b drop python.exe extension on windows on shebang Celeborn2BeAlive 2020-09-09 09:32:44 +02:00
  • 8e9f927e3d
    Merge pull request #1592 from pre-commit/ws_traceback Anthony Sottile 2020-09-07 15:23:16 -07:00
  • 3a0406847b fix excess whitespace in traceback in error Anthony Sottile 2020-09-07 15:01:50 -07:00
  • 918821b7e0
    Merge pull request #1590 from pre-commit/nodeenv_system_healthy_fix Anthony Sottile 2020-09-07 14:24:11 -07:00
  • f8f6d150be skip nodeenv with language_version=system Anthony Sottile 2020-09-07 13:43:15 -07:00
  • b149c7a344 fix for node healthy() when system executable moves Anthony Sottile 2020-09-07 13:23:02 -07:00
  • 0a20cad202 Add quiet mode to testing.util.run_opts Peter Cock 2020-08-24 19:28:12 +01:00
  • 662fdf2687 Do not hide user-specified skipped hooks Peter Cock 2020-08-24 19:19:04 +01:00
  • 7556297337 Revert "Hide passed lines in --quiet mode" Peter Cock 2020-08-24 19:14:52 +01:00
  • f511afe40e v2.7.1 v2.7.1 Anthony Sottile 2020-08-23 10:53:21 -07:00
  • 7c804cabe6
    Merge pull request #1577 from pre-commit/os_replace Anthony Sottile 2020-08-23 10:49:14 -07:00
  • fe70c72691
    Merge pull request #1576 from pre-commit/immediately_unhealthy_cache Anthony Sottile 2020-08-23 10:49:07 -07:00
  • 79b098c409 fix atomic file replace on windows Anthony Sottile 2020-08-23 10:18:59 -07:00
  • b63b37ac36 fix cache of invalidated unhealthy environment version info Anthony Sottile 2020-08-23 09:55:29 -07:00
  • 2e0ee5f5b2
    Merge pull request #1572 from rkm/issues/1569-docker-perf Anthony Sottile 2020-08-22 18:03:50 -07:00
  • eb8b48aeb4 remove docker_is_running check from source Ruairidh MacLeod 2020-08-23 00:14:10 +00:00
  • b6288e61f3 use __wrapped__ instead of manually clearing cache Ruairidh MacLeod 2020-08-22 23:48:27 +00:00
  • f8c8b7ee8a Success should not be silent in --quiet mode Peter Cock 2020-08-22 23:19:46 +01:00
  • 5c1a7499cf Hide passed lines in --quiet mode Peter Cock 2020-08-22 23:17:57 +01:00
  • db412bc67d Add --quiet to pre-commit install Peter Cock 2020-08-22 23:01:36 +01:00
  • 7aacceff93 Add --quiet to the hook-impl command. Peter Cock 2020-08-22 13:27:33 +01:00
  • b7e48bf702 Add quiet to the namespace for type attribution Peter Cock 2020-08-22 11:48:43 +01:00
  • 89d88f7ebc Implement quiet mode, silent on skipped hooks Peter Cock 2020-08-15 13:54:57 +01:00
  • b34b1a0ab3 add lru_cache to docker_is_running Ruairidh MacLeod 2020-08-22 21:44:49 +00:00
  • f1de792877 v2.7.0 v2.7.0 Anthony Sottile 2020-08-22 13:31:12 -07:00
  • a438dbfcf6
    Merge pull request #1570 from pre-commit/readonly Anthony Sottile 2020-08-22 11:19:11 -07:00
  • bf33f4c91c allow pre-commit to succeed on a readonly store directory Anthony Sottile 2020-08-21 23:11:30 -07:00
  • 9a5461db24
    Merge pull request #1566 from thetradedesk/master Anthony Sottile 2020-08-21 21:02:09 -07:00
  • 4063730925 Save diff between hook executions Johan Henkens 2020-08-21 20:40:59 -07:00
  • 12dde6d395 Only show skipped messages in verbose mode Peter Cock 2020-08-15 22:14:56 +01:00
  • 33519aa266
    Update CONTRIBUTING.md artcyb 2020-07-26 13:46:35 +07:00
  • 4f5cb99ff5
    Merge pull request #1544 from pre-commit/wip_warning_on_old_config_style Anthony Sottile 2020-07-25 14:27:08 -07:00
  • e384c182bc
    Merge pull request #1546 from pre-commit/error_logging_read_only_filesystem Anthony Sottile 2020-07-25 13:10:39 -07:00
  • 68510596d3 warn on old list-style configuration Anthony Sottile 2020-07-24 15:30:36 -07:00
  • cee834bb5e better error handling when Store is readonly Anthony Sottile 2020-07-24 15:56:35 -07:00
  • c0f750d9b3
    Merge pull request #1539 from singergr/feat/no-allow-missing-config Anthony Sottile 2020-07-20 19:21:11 -07:00
  • 1b435f1f1f add init-templatedir --no-allow-missing-config Greg Singer 2020-07-19 16:37:44 -05:00
  • 0e851bdf75
    Merge pull request #1535 from pre-commit/require_healthy_after_install Anthony Sottile 2020-07-17 11:50:09 -07:00
  • 7da72563dd require healthy() after installation Anthony Sottile 2020-07-15 21:07:21 -07:00
  • 2f1d4d10e0
    Merge pull request #1531 from pre-commit/upgrade_mypy Anthony Sottile 2020-07-08 14:22:23 -07:00
  • c9ad2e1451 upgrade mypy to get typeshed fixes Anthony Sottile 2020-07-08 13:55:28 -07:00
  • 6fe1702ee1 v2.6.0 v2.6.0 Anthony Sottile 2020-07-01 12:39:34 -07:00
  • e2fe94cbe7
    Merge pull request #1521 from pre-commit/npm_config_userconfig Anthony Sottile 2020-06-19 14:15:32 -07:00
  • 6ec47ea736 fix node hooks when NPM_CONFIG_USERCONFIG is set Anthony Sottile 2020-06-19 13:58:14 -07:00
  • 7d46852aa9
    Merge pull request #1518 from pre-commit/xfail_node_windows Anthony Sottile 2020-06-17 22:42:18 -07:00
  • 1392471854 xfail a flaky node test on windows Anthony Sottile 2020-06-17 12:55:30 -07:00
  • 0868006a3c Using pathlib to handle Windows network mounts Robert Trew 2020-06-16 21:31:39 +01:00
  • a336a6b0b5
    Merge pull request #1506 from Pierre-Sassoulas/master Anthony Sottile 2020-06-15 14:19:03 -07:00
  • ecaf70128a
    Merge pull request #1509 from pre-commit/system_language_version_ruby Anthony Sottile 2020-06-15 14:13:44 -07:00
  • e1e6a32c51 skip rbenv if ruby and gem are installed with default language_version Anthony Sottile 2020-06-15 13:50:47 -07:00
  • 9d4fe3a00b add pragma: win32 no cover Fabrice Flore-Thébault 2020-06-15 14:53:56 +02:00
  • dff7d60255 docker.py tests thanks @hroncok Fabrice Flore-Thébault 2020-06-15 14:49:33 +02:00
  • 12a40fdab2 docker.py tests thanks @hroncok Fabrice Flore-Thébault 2020-06-15 14:44:05 +02:00
  • da85e738c7 docker.py tests, thanks @hroncok Fabrice Flore-Thébault 2020-06-15 14:14:29 +02:00
  • b0fc24f681 docker.py reworked, thanks @hroncok Fabrice Flore-Thébault 2020-06-15 13:50:45 +02:00
  • fd53cdea17 Add foor missing required dependencies in CONTRIBUTING.md Pierre Sassoulas 2020-06-12 13:26:29 +02:00