Commit Graph

2027 Commits

Author SHA1 Message Date
Anthony Sottile baadc2dc93 Merge pull request #1868 from pre-commit/fix_archive_permissions
fix archive permissions for ruby tar.gz roots
2021-04-06 08:14:11 -07:00
Anthony Sottile d5eda977ce fix archive permissions for ruby tar.gz roots 2021-04-06 07:55:32 -07:00
Anthony Sottile bd1658baae Merge pull request #1866 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2021-04-05 11:30:44 -07:00
pre-commit-ci[bot] 5827a93c2f [pre-commit.ci] pre-commit autoupdate 2021-04-05 17:08:42 +00:00
Anthony Sottile 008717fcc9 Merge pull request #1864 from pre-commit/batch_additional_headroom
give xargs batch file execution additional headroom
2021-04-04 10:32:11 -07:00
Anthony Sottile fb590d41ff give xargs batch file execution additional headroom 2021-04-04 10:00:55 -07:00
Anthony Sottile e431b2b898 Merge pull request #1854 from pre-commit/upgrade_ruby_build
upgrade ruby-build
2021-03-23 07:39:23 -07:00
Anthony Sottile 3bada745ea upgrade ruby-build 2021-03-22 19:41:30 -07:00
Anthony Sottile 060b719d44 Merge pull request #1851 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2021-03-22 12:10:59 -07:00
pre-commit-ci[bot] e8cb09f70f [pre-commit.ci] pre-commit autoupdate 2021-03-22 17:03:06 +00:00
Anthony Sottile d6ec6cf719 Merge pull request #1839 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2021-03-15 12:15:56 -07:00
pre-commit-ci[bot] 4a440f67c8 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2021-03-15 17:00:34 +00:00
pre-commit-ci[bot] 74bbc72d28 [pre-commit.ci] pre-commit autoupdate 2021-03-15 17:00:05 +00:00
Anthony Sottile 8aec369df7 v2.11.1 v2.11.1 2021-03-09 16:57:10 -08:00
Anthony Sottile 478efe55c6 Merge pull request #1831 from lorenzwalthert/renv-fix
Fix r hooks when hook repo is a package
2021-03-09 16:55:52 -08:00
Lorenz cf57e35e37 install package from prefix_dir, not env_dir (which yields empty pkg) 2021-03-09 16:44:36 -08:00
Anthony Sottile 54c49abbcb v2.11.0 v2.11.0 2021-03-07 14:58:42 -08:00
Anthony Sottile b3750cac62 Merge pull request #1828 from pre-commit/worktree_in_git
add test for worktree inside of .git dir
2021-03-07 14:52:44 -08:00
Anthony Sottile 14d3af25eb add test for worktree inside of .git dir 2021-03-07 14:43:32 -08:00
Anthony Sottile 19bffaa2fd Merge pull request #1799 from lorenzwalthert/renv
Support for R / renv as a language
2021-03-07 14:28:33 -08:00
Lorenz f1502119a2 add support for R via renv 2021-03-07 13:58:14 -08:00
Anthony Sottile b193d9e67b Merge pull request #1800 from psacawa/post-merge-pr
Add support for post-merge hooks
2021-02-27 09:19:40 -08:00
Anthony Sottile a38f8d059e Merge pull request #1818 from rafikdraoui/go1.16-support
Add support for Go 1.16
2021-02-26 18:38:45 -08:00
Rafik Draoui fe1f56c08f Add support for Go 1.16
Go 1.16 changes the way modules are handled. It now expects Go projects
to have non-empty `go.mod` files.

This change is compatible with Go 1.15.

Fixes #1815
2021-02-25 19:25:39 -04:00
Anthony Sottile f3de91c2bb Merge pull request #1814 from pre-commit/subst
Fix pre-commit install on subst drives
2021-02-23 19:20:33 -08:00
Paweł Sacawa 6b73138c73 Add: post-merge hook support 2021-02-23 19:00:02 -08:00
Anthony Sottile f2dffc5237 Merge pull request #1809 from JamMarHer/patch-1
Instruct users how to prevent a warning.
2021-02-23 18:54:23 -08:00
Anthony Sottile 616249e680 Merge pull request #1813 from pre-commit/fix_without_us_test
fix _path_without_us under test when path segment ends in slash
2021-02-23 18:54:13 -08:00
Anthony Sottile f9fbe18abf Fix pre-commit install on subst drives 2021-02-23 18:52:24 -08:00
Anthony Sottile 87dccbb8dc fix _path_without_us under test when path segment ends in slash 2021-02-23 18:22:12 -08:00
Jam M. Hernandez Quiceno 3d31858ee3 Instruct users how to prevent a mutable rev in repo warning. 2021-02-23 17:59:50 -08:00
Anthony Sottile d7b189ce56 Merge pull request #1811 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2021-02-22 09:35:09 -08:00
pre-commit-ci[bot] c024147ede [pre-commit.ci] pre-commit autoupdate 2021-02-22 17:03:19 +00:00
Anthony Sottile d827e9aa72 Merge pull request #1792 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2021-02-08 09:20:08 -08:00
pre-commit-ci[bot] 0cd8cbc83d [pre-commit.ci] pre-commit autoupdate 2021-02-08 16:48:57 +00:00
Anthony Sottile 0047fa35dd v2.10.1 v2.10.1 2021-02-06 13:21:12 -08:00
Anthony Sottile 2dac92cc8c Merge pull request #1789 from paulhfischer/recursive_golang
added recursive repository support for golang
2021-02-06 13:18:37 -08:00
Anthony Sottile 833bbf7186 add test for recursive submodules for golang 2021-02-06 12:52:42 -08:00
Paul Fischer 34e0ff3497 added recursive repository support for golang 2021-02-06 12:52:41 -08:00
Anthony Sottile e6caddba19 Merge pull request #1781 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2021-02-01 12:46:22 -08:00
pre-commit-ci[bot] 5e7c6eb31e [pre-commit.ci] pre-commit autoupdate 2021-02-01 16:48:53 +00:00
Anthony Sottile c67ba85311 v2.10.0 v2.10.0 2021-01-27 12:47:08 -08:00
Anthony Sottile 588b6ed3fc Merge pull request #1778 from pre-commit/bare_worktree
fix execution in worktrees in subdirectories of bare repositories
2021-01-27 12:30:59 -08:00
Anthony Sottile f75fc6b2a8 fix execution in worktrees in subdirectories of bare repositories 2021-01-27 10:08:48 -08:00
Anthony Sottile 7727f8777a Merge pull request #1773 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2021-01-25 13:24:57 -08:00
Anthony Sottile d258650ad4 use comparison with sys.platform so mypy understands it 2021-01-25 12:47:07 -08:00
pre-commit-ci[bot] 74183d91cb [pre-commit.ci] pre-commit autoupdate 2021-01-25 16:40:14 +00:00
Anthony Sottile dbd69af90d Merge pull request #1772 from pre-commit/caplog_moar
replace fake_log_handler with caplog
2021-01-22 14:34:42 -08:00
Anthony Sottile da369be096 Merge pull request #1771 from pre-commit/no_install_language_options
produce a more useful error message when non-installable things use language_version or additional_dependencies
2021-01-22 14:34:35 -08:00
Anthony Sottile c7cbb1e6ad replace fake_log_handler with caplog 2021-01-22 14:02:45 -08:00