chore(deps): update pre-commit-dependencies (major)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
pre-commit/pre-commit | major |
3.8.0 -> 4.0.1
|
|
pre-commit/pre-commit-hooks | repository | major |
v4.6.0 -> v5.0.0
|
View the Renovate pipeline for this MR
Note: The pre-commit
manager in Renovate is not supported by the pre-commit
maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.
Release Notes
pre-commit/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.
pre-commit/pre-commit-hooks (pre-commit/pre-commit-hooks)
v5.0.0
: pre-commit-hooks v5.0.0
Features
-
requirements-txt-fixer
: also removepkg_resources==...
.- #850 MR by @ericfrederich.
- #1030 issue by @ericfrederich.
-
check-illegal-windows-names
: new hook!- #1044 MR by @ericfrederich.
- #589 issue by @ericfrederich.
- #1049 MR by @Jeffrey-Lim.
-
pretty-format-json
: continue processing even if a file has a json error.
Fixes
-
destroyed-symlinks
: setstages
to[pre-commit, pre-push, manual]
- MR #1085 by @AdrianDC.
Migrating
- pre-commit-hooks now requires
pre-commit>=3.2.0
. - use non-deprecated names for
stages
.- #1093 MR by @asottile.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by renovate