File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ 3.7.0 - 2024-03-24
2+ ==================
3+
4+ ### Features
5+ - Use a tty for ` docker ` and ` docker_image ` hooks when ` --color ` is specified.
6+ - #3122 PR by @glehmann .
7+
8+ ### Fixes
9+ - Fix ` fail_fast ` for individual hooks stopping when previous hooks had failed.
10+ - #3167 issue by @tp832944 .
11+ - #3168 PR by @asottile .
12+
13+ ### Updating
14+ - The per-hook behaviour of ` fail_fast ` was fixed. If you want the pre-3.7.0
15+ behaviour, add ` fail_fast: true ` to all hooks before the last ` fail_fast `
16+ hook.
17+
1183.6.2 - 2024-02-18
219==================
320
Original file line number Diff line number Diff line change 11[metadata]
22name = pre_commit
3- version = 3.6.2
3+ version = 3.7.0
44description = A framework for managing and maintaining multi-language pre-commit hooks.
55long_description = file: README.md
66long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments