mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
v3.7.0
This commit is contained in:
parent
d46c8fc051
commit
7b4667e9e6
2 changed files with 18 additions and 1 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
|
@ -1,3 +1,20 @@
|
||||||
|
3.7.0 - 2024-03-24
|
||||||
|
==================
|
||||||
|
|
||||||
|
### Features
|
||||||
|
- Use a tty for `docker` and `docker_image` hooks when `--color` is specified.
|
||||||
|
- #3122 PR by @glehmann.
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Fix `fail_fast` for individual hooks stopping when previous hooks had failed.
|
||||||
|
- #3167 issue by @tp832944.
|
||||||
|
- #3168 PR by @asottile.
|
||||||
|
|
||||||
|
### Updating
|
||||||
|
- The per-hook behaviour of `fail_fast` was fixed. If you want the pre-3.7.0
|
||||||
|
behaviour, add `fail_fast: true` to all hooks before the last `fail_fast`
|
||||||
|
hook.
|
||||||
|
|
||||||
3.6.2 - 2024-02-18
|
3.6.2 - 2024-02-18
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = pre_commit
|
name = pre_commit
|
||||||
version = 3.6.2
|
version = 3.7.0
|
||||||
description = A framework for managing and maintaining multi-language pre-commit hooks.
|
description = A framework for managing and maintaining multi-language pre-commit hooks.
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
long_description_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue