1
0
Fork 0

Merging upstream version 2.15.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 21:30:55 +01:00
parent 0c58496b9d
commit bb75b7dc3e
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
38 changed files with 396 additions and 59 deletions

View file

@ -1,3 +1,33 @@
2.15.0 - 2021-09-02
===================
### Features
- add support for hooks written in `dart`.
- #2027 PR by @asottile.
- add support for `post-rewrite` hooks.
- #2036 PR by @uSpike.
- #2035 issue by @uSpike.
### Fixes
- fix `check-useless-excludes` with exclude matching broken symlink.
- #2029 PR by @asottile.
- #2019 issue by @pkoch.
- eliminate duplicate mutable sha warning messages for `pre-commit autoupdate`.
- #2030 PR by @asottile.
- #2010 issue by @graingert.
2.14.1 - 2021-08-28
===================
### Fixes
- fix force-push of disparate histories using git>=2.28.
- #2005 PR by @asottile.
- #2002 issue by @bogusfocused.
- fix `check-useless-excludes` and `check-hooks-apply` matching non-root
`.pre-commit-config.yaml`.
- #2026 PR by @asottile.
- pre-commit-ci/issues#84 issue by @billsioros.
2.14.0 - 2021-08-06
===================