Merging upstream version 2.9.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f602091049
commit
9326612968
32 changed files with 252 additions and 75 deletions
62
CHANGELOG.md
62
CHANGELOG.md
|
@ -1,3 +1,65 @@
|
|||
2.9.3 - 2020-12-07
|
||||
==================
|
||||
|
||||
### Fixes
|
||||
- Fix crash on cygwin mismatch check outside of a git directory
|
||||
- #1721 PR by @asottile.
|
||||
- #1720 issue by @chronoB.
|
||||
- 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.
|
||||
- #1610 issue by @jcameron73.
|
||||
|
||||
2.9.2 - 2020-11-25
|
||||
==================
|
||||
|
||||
### Fixes
|
||||
- Fix default value for `types_or` so `symlink` and `directory` can be matched
|
||||
- #1716 PR by @asottile.
|
||||
- #1718 issue by @CodeBleu.
|
||||
|
||||
2.9.1 - 2020-11-25
|
||||
==================
|
||||
|
||||
### Fixes
|
||||
- Improve error message for "hook goes missing"
|
||||
- #1709 PR by @paulhfischer.
|
||||
- #1708 issue by @theod07.
|
||||
- Add warning for `/*` in `files` / `exclude` regexes
|
||||
- #1707 PR by @paulhfischer.
|
||||
- #1702 issue by @asottile.
|
||||
- Fix `healthy()` check for `language: python` on windows when the base
|
||||
executable has non-ascii characters.
|
||||
- #1713 PR by @asottile.
|
||||
- #1711 issue by @Najiva.
|
||||
|
||||
2.9.0 - 2020-11-21
|
||||
==================
|
||||
|
||||
### Features
|
||||
- Add `types_or` which allows matching multiple disparate `types` in a hook
|
||||
- #1677 by @MarcoGorelli.
|
||||
- #607 by @asottile.
|
||||
- Add Github Sponsors / Open Collective links
|
||||
- https://github.com/sponsors/asottile
|
||||
- https://opencollective.com/pre-commit
|
||||
|
||||
### Fixes
|
||||
- Improve cleanup for `language: dotnet`
|
||||
- #1678 by @rkm.
|
||||
- Fix "xargs" when running windows batch files
|
||||
- #1686 PR by @asottile.
|
||||
- #1604 issue by @apietrzak.
|
||||
- #1604 issue by @ufwtlsb.
|
||||
- Fix conflict with external `rbenv` and `language_version: default`
|
||||
- #1700 PR by @asottile.
|
||||
- #1699 issue by @abuxton.
|
||||
- Improve performance of `git status` / `git diff` commands by ignoring
|
||||
submodules
|
||||
- #1704 PR by @Vynce.
|
||||
- #1701 issue by @Vynce.
|
||||
|
||||
2.8.2 - 2020-10-30
|
||||
==================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue