# pre-commit v4.3.0 — pre-commit v4.3.0 - Product: pre-commit (https://whatsnew.fyi/product/pre-commit) - Vendor: pre-commit - Date: 2025-08-09 - Version: v4.3.0 - Original notes: https://github.com/pre-commit/pre-commit/releases/tag/v4.3.0 - Permalink: https://whatsnew.fyi/product/pre-commit/releases/v4.3.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — detect rootless docker for language: docker and language: docker_image - **changed** — language: julia now avoids startup.jl when executing hooks - **changed** — language: dart now supports latest dart versions which require a higher sdk lower bound ###### Features - `language: docker` / `language: docker_image`: detect rootless docker. - #3446 PR by @matthewhughes934. - #1243 issue by @dkolepp. - `language: julia`: avoid `startup.jl` when executing hooks. - #3496 PR by @ericphanson. - `language: dart`: support latest dart versions which require a higher sdk lower bound. - #3507 PR by @bc-lee.