1
0
Fork 0

Merging upstream version 2.10.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 21:23:50 +01:00
parent 22fa9cbff7
commit 49934447ef
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
17 changed files with 286 additions and 39 deletions

View file

@ -1,3 +1,27 @@
2.10.0 - 2021-01-27
===================
### Features
- Allow `ci` as a top-level map for configuration for https://pre-commit.ci
- #1735 PR by @asottile.
- Add warning for mutable `rev` in configuration
- #1715 PR by @paulhfischer.
- #974 issue by @asottile.
- Add warning for `/*` in top-level `files` / `exclude` regexes
- #1750 PR by @paulhfischer.
- #1702 issue by @asottile.
- Expose `PRE_COMMIT_REMOTE_BRANCH` environment variable during `pre-push`
hooks
- #1770 PR by @surafelabebe.
- Produce error message for `language` / `language_version` for non-installable
languages
- #1771 PR by @asottile.
### Fixes
- Fix execution in worktrees in subdirectories of bare repositories
- #1778 PR by @asottile.
- #1777 issue by @s0undt3ch.
2.9.3 - 2020-12-07
==================
@ -8,7 +32,7 @@
- Fix cleanup code on docker volumes for go
- #1725 PR by @fsouza.
- Fix working directory detection on SUBST drives on windows
- #1727 PR by mrogaski.
- #1727 PR by @mrogaski.
- #1610 issue by @jcameron73.
2.9.2 - 2020-11-25