Bump pre-commit from 3.6.1 to 3.7.1
Bumps pre-commit from 3.6.1 to 3.7.1.
Release notes
Sourced from pre-commit's releases.
pre-commit v3.7.1
Fixes
- Fix
language: rust
default language version check whenrust-toolchain.toml
is present.
- issue by
@gaborbernat
.- #3201 PR by
@asottile
.pre-commit v3.7.0
Features
- Use a tty for
docker
anddocker_image
hooks when--color
is specified.
- #3122 PR by
@glehmann
.Fixes
- Fix
fail_fast
for individual hooks stopping when previous hooks had failed.
- #3167 issue by
@tp832944
.- #3168 PR by
@asottile
.Updating
- The per-hook behaviour of
fail_fast
was fixed. If you want the pre-3.7.0 behaviour, addfail_fast: true
to all hooks before the lastfail_fast
hook.pre-commit v3.6.2
Fixes
- Fix building golang hooks during
git commit --all
.
- #3130 PR by
@asottile
.- #2722 issue by
@pestanko
and@matthewhughes934
.
Changelog
Sourced from pre-commit's changelog.
3.7.1 - 2024-05-10
Fixes
- Fix
language: rust
default language version check whenrust-toolchain.toml
is present.
- issue by
@gaborbernat
.- #3201 PR by
@asottile
.3.7.0 - 2024-03-24
Features
- Use a tty for
docker
anddocker_image
hooks when--color
is specified.
- #3122 PR by
@glehmann
.Fixes
- Fix
fail_fast
for individual hooks stopping when previous hooks had failed.
- #3167 issue by
@tp832944
.- #3168 PR by
@asottile
.Updating
- The per-hook behaviour of
fail_fast
was fixed. If you want the pre-3.7.0 behaviour, addfail_fast: true
to all hooks before the lastfail_fast
hook.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
.
Commits
-
9ee0768
v3.7.1 -
eeac061
Merge pull request #3201 from pre-commit/rust-default-language-version -
296f592
determine rust default language version independent of rust-toolchain.toml -
1602328
Merge pull request #3193 from pre-commit/pre-commit-ci-update-config -
0142f45
[pre-commit.ci] pre-commit autoupdate -
d7e21cd
Merge pull request #3194 from pre-commit/handle-readonly-3-12 -
5c3d006
use a simpler gem for testing additional_dependencies -
0d4c6da
adjust _handle_readonly for typeshed updates -
85fe182
Merge pull request #3176 from pre-commit/pre-commit-ci-update-config -
74d05b4
[pre-commit.ci] pre-commit autoupdate - Additional commits viewable in compare view