Releases: pre-commit/pre-commit
Releases · pre-commit/pre-commit
pre-commit v4.6.2
Sorry, something went wrong.
No results found
Fixes
- Fix language: node hooks that contain "scripts": {"build": ...} with
npm 11.x.
pre-commit v4.6.1
Sorry, something went wrong.
No results found
Fixes
- Install language: node hooks via git.
- Set JULIA_DEPOT_PATH for language: julia.
- Produce error on mistyped --repo for pre-commit autoupdate.
- Improve performance of commit existence check in pre-push.
- Avoid duplicating conflicted filenames during pre-commit run --all-files.
pre-commit v4.6.0
Sorry, something went wrong.
No results found
Features
- pre-commit hook-impl: allow --hook-dir to be missing to enable easier usage with git 2.54+ git hooks.
Fixes
- pre-commit hook-impl: --hook-type is required.
pre-commit v4.5.1
Sorry, something went wrong.
No results found
Fixes
- Fix language: python with repo: local without additional_dependencies.
pre-commit v4.5.0
Sorry, something went wrong.
No results found
pre-commit v4.4.0
Sorry, something went wrong.
No results found
Features
- Add --fail-fast option to pre-commit run.
- Upgrade ruby-build / rbenv.
- Add language: unsupported / language: unsupported_script as aliases for language: system / language: script (which will eventually be deprecated).
- Add support docker-in-docker detection for cgroups v2.
Fixes
- Handle when docker gives SecurityOptions: null.
- Fix error context for invalid stages in .pre-commit-config.yaml.
pre-commit v4.3.0
Sorry, something went wrong.
No results found
Features
- language: docker / language: docker_image: detect rootless docker.
- language: julia: avoid startup.jl when executing hooks.
- language: dart: support latest dart versions which require a higher sdk
lower bound.
pre-commit v4.2.0
Sorry, something went wrong.
No results found
Features
- For language: python first attempt a versioned python executable for the default language version before consulting a potentially unversioned sys.executable.
Fixes
- Handle error during conflict detection when a file is named "HEAD"
pre-commit v4.1.0
Sorry, something went wrong.
No results found
Features
Fixes
- Disable automatic toolchain switching for language: golang.
- Fix language: r installation when initiated by RStudio.
pre-commit v4.0.1
Sorry, something went wrong.
No results found
Fixes
- Fix pre-commit migrate-config for unquoted deprecated stages names with
purelib pyyaml.