Sourced from pre-commit's releases.
pre-commit v3.6.2
Fixes
- Fix building golang hooks during
git commit --all
.
- #3130 PR by
@asottile
.- #2722 issue by
@pestanko
and@matthewhughes934
.pre-commit v3.6.1
Fixes
- Remove
PYTHONEXECUTABLE
from environment when running.
- #3110 PR by
@untitaker
.- Handle staged-files-only with only a crlf diff.
- #3126 PR by
@asottile
.- issue by
@tyyrok
.pre-commit v3.6.0
Features
- Check
minimum_pre_commit_version
first when parsing configs.
- #3092 PR by
@asottile
.Fixes
- Fix deprecation warnings for
importlib.resources
.
- #3043 PR by
@asottile
.- Fix deprecation warnings for rmtree.
- #3079 PR by
@edgarrmondragon
.Updating
- Drop support for python<3.9.
- #3042 PR by
@asottile
.- #3093 PR by
@asottile
.pre-commit v3.5.0
Features
- Improve performance of
check-hooks-apply
andcheck-useless-excludes
.Fixes
- Use
time.monotonic()
for more accurate hook timing.
- #3024 PR by
@adamchainz
.Migrating
- Require npm 6.x+ for
language: node
hooks.
- #2996 PR by
@RoelAdriaans
.- #1983 issue by
@henryiii
.pre-commit v3.4.0
Features
- Add
language: haskell
.
- #2932 by
@alunduil
.- Improve cpu count detection when run under cgroups.
... (truncated)
Sourced from pre-commit's changelog.
3.6.2 - 2024-02-18
Fixes
- Fix building golang hooks during
git commit --all
.
- #3130 PR by
@asottile
.- #2722 issue by
@pestanko
and@matthewhughes934
.3.6.1 - 2024-02-10
Fixes
- Remove
PYTHONEXECUTABLE
from environment when running.
- #3110 PR by
@untitaker
.- Handle staged-files-only with only a crlf diff.
- #3126 PR by
@asottile
.- issue by
@tyyrok
.3.6.0 - 2023-12-09
Features
- Check
minimum_pre_commit_version
first when parsing configs.
- #3092 PR by
@asottile
.Fixes
- Fix deprecation warnings for
importlib.resources
.
- #3043 PR by
@asottile
.- Fix deprecation warnings for rmtree.
- #3079 PR by
@edgarrmondragon
.Updating
- Drop support for python<3.9.
- #3042 PR by
@asottile
.- #3093 PR by
@asottile
.3.5.0 - 2023-10-13
Features
- Improve performance of
check-hooks-apply
andcheck-useless-excludes
.Fixes
- Use
time.monotonic()
for more accurate hook timing.
- #3024 PR by
@adamchainz
.Migrating
- Require npm 6.x+ for
language: node
hooks.
... (truncated)
e525726
v3.6.23187538
Merge pull request #3130
from pre-commit/golang-build-during-commit-a61d9c95
fix building golang hooks during commit --all
15bd0c7
v3.6.192678c3
Merge pull request #3126
from pre-commit/crlf-only-diff032d8e2
staged_files_only can handle a crlf-only diff7384838
Merge pull request #3110
from untitaker/pythonexecutable96e0712
[pre-commit.ci] auto fixes from pre-commit.com hooks3388e2d
Pop PYTHONEXECUTABLE10f8853
Merge pull request #3107
from pre-commit/pre-commit-ci-update-config