chore(deps): update dependency pre-commit to v4
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
pre-commit | dev | major |
^3.3.3 -> ^4.0.0
|
Release Notes
pre-commit/pre-commit (pre-commit)
v4.0.1
==================
Fixes
- Fix
pre-commit migrate-config
for unquoted deprecated stages names with purelibpyyaml
.- #3324 MR by @asottile.
- pre-commit-ci/issues#234 issue by @lorenzwalthert.
v4.0.0
==================
Features
- Improve
pre-commit migrate-config
to handle more yaml formats.- #3301 MR by @asottile.
- Handle
stages
deprecation inpre-commit migrate-config
.- #3302 MR by @asottile.
- #2732 issue by @asottile.
- Upgrade
ruby-build
.- #3199 MR by @ThisGuyCodes.
- Add "sensible regex" warnings to
repo: meta
.- #3311 MR by @asottile.
- Add warnings for deprecated
stages
(commit
->pre-commit
,push
->pre-push
,merge-commit
->pre-merge-commit
).- #3312 MR by @asottile.
- #3313 MR by @asottile.
- #3315 MR by @asottile.
- #2732 issue by @asottile.
Migrating
-
language: python_venv
has been removed -- uselanguage: python
instead.- #3320 MR by @asottile.
- #2734 issue by @asottile.
v3.8.0
==================
Features
- Implement health checks for
language: r
so environments are recreated if the system version of R changes.- #3206 issue by @lorenzwalthert.
- #3265 MR by @lorenzwalthert.
v3.7.1
==================
Fixes
- Fix
language: rust
default language version check whenrust-toolchain.toml
is present.- issue by @gaborbernat.
- #3201 MR by @asottile.
v3.7.0
==================
Features
- Use a tty for
docker
anddocker_image
hooks when--color
is specified.- #3122 MR by @glehmann.
Fixes
- Fix
fail_fast
for individual hooks stopping when previous hooks had failed.- #3167 issue by @tp832944.
- #3168 MR 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.
v3.6.2
==================
Fixes
- Fix building golang hooks during
git commit --all
.- #3130 MR by @asottile.
- #2722 issue by @pestanko and @matthewhughes934.
v3.6.1
==================
Fixes
- Remove
PYTHONEXECUTABLE
from environment when running.- #3110 MR by @untitaker.
- Handle staged-files-only with only a crlf diff.
- #3126 MR by @asottile.
- issue by @tyyrok.
v3.6.0
==================
Features
- Check
minimum_pre_commit_version
first when parsing configs.- #3092 MR by @asottile.
Fixes
- Fix deprecation warnings for
importlib.resources
.- #3043 MR by @asottile.
- Fix deprecation warnings for rmtree.
- #3079 MR by @edgarrmondragon.
Updating
- Drop support for python<3.9.
- #3042 MR by @asottile.
- #3093 MR by @asottile.
v3.5.0
==================
Features
- Improve performance of
check-hooks-apply
andcheck-useless-excludes
.
Fixes
- Use
time.monotonic()
for more accurate hook timing.- #3024 MR by @adamchainz.
Migrating
- Require npm 6.x+ for
language: node
hooks.- #2996 MR by @RoelAdriaans.
- #1983 issue by @henryiii.
v3.4.0
==================
Features
- Add
language: haskell
.- #2932 by @alunduil.
- Improve cpu count detection when run under cgroups.
Fixes
- Handle negative exit codes from hooks receiving posix signals.
- #2971 MR by @chriskuehl.
- #2970 issue by @chriskuehl.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.