File tree Expand file tree Collapse file tree 2 files changed +27
-3
lines changed
Expand file tree Collapse file tree 2 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 1+ 4.4.0 - 2025-11-08
2+ ==================
3+
4+ ### Features
5+ - Add ` --fail-fast ` option to ` pre-commit run ` .
6+ - #3528 PR by @JulianMaurin .
7+ - Upgrade ` ruby-build ` / ` rbenv ` .
8+ - #3566 PR by @asottile .
9+ - #3565 issue by @MRigal .
10+ - Add ` language: unsupported ` / ` language: unsupported_script ` as aliases
11+ for ` language: system ` / ` language: script ` (which will eventually be
12+ deprecated).
13+ - #3577 PR by @asottile .
14+ - Add support docker-in-docker detection for cgroups v2.
15+ - #3535 PR by @br-rhrbacek .
16+ - #3360 issue by @JasonAlt .
17+
18+ ### Fixes
19+ - Handle when docker gives ` SecurityOptions: null ` .
20+ - #3537 PR by @asottile .
21+ - #3514 issue by @jenstroeger .
22+ - Fix error context for invalid ` stages ` in ` .pre-commit-config.yaml ` .
23+ - #3576 PR by @asottile .
24+
1254.3.0 - 2025-08-09
226==================
327
7195 - #3315 PR by @asottile .
7296 - #2732 issue by @asottile .
7397
74- ### Migrating
98+ ### Updating
7599- ` language: python_venv ` has been removed -- use ` language: python ` instead.
76100 - #3320 PR by @asottile .
77101 - #2734 issue by @asottile .
159183- Use ` time.monotonic() ` for more accurate hook timing.
160184 - #3024 PR by @adamchainz .
161185
162- ### Migrating
186+ ### Updating
163187- Require npm 6.x+ for ` language: node ` hooks.
164188 - #2996 PR by @RoelAdriaans .
165189 - #1983 issue by @henryiii .
Original file line number Diff line number Diff line change 11[metadata]
22name = pre_commit
3- version = 4.3 .0
3+ version = 4.4 .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