v4.6.1
pre-commit v4.6.1
Fixed 5
- Install language: node hooks via git to fix npm 12.x compatibility
- 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
Fixes
- Install
language: nodehooks viagit.- Fixes npm 12.x compatibility
- #3719 PR by @asottile.
- #3517 issue by @ojob.
- Set
JULIA_DEPOT_PATHforlanguage: julia.- #3711 PR by @damonbayer.
- pre-commit-ci/runner-image#335 issue by @damonbayer.
- Produce error on mistyped
--repoforpre-commit autoupdate.- #3701 PR by @mxr.
- #3695 issue by @mxr.
- Improve performance of commit existence check in
pre-push.- #3726 PR by @asottile.
- #3604 issue by @ptarjan.
- Avoid duplicating conflicted filenames during
pre-commit run --all-files.- #3727 PR by @asottile.
- #3706 issue by @RomanValov.