Update dependency pre-commit to v4 #34

Open
renovate wants to merge 1 commits from renovate/pre-commit-4.x into develop
Member

This PR contains the following updates:

Package Update Change
pre-commit major ==3.8.0 -> ==4.5.1

Release Notes

pre-commit/pre-commit (pre-commit)

v4.5.1

Compare Source

==================

Fixes
  • Fix language: python with repo: local without additional_dependencies.

v4.5.0

Compare Source

==================

Features

v4.4.0

Compare Source

==================

Features
Fixes

v4.3.0

Compare Source

==================

Features

v4.2.0

Compare Source

==================

Features
  • For language: python first attempt a versioned python executable for the default language version before consulting a potentially unversioned sys.executable.
Fixes

v4.1.0

Compare Source

==================

Features
Fixes

v4.0.1

Compare Source

==================

Fixes

v4.0.0

Compare Source

==================

Features
Updating

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won’t be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pre-commit](https://github.com/pre-commit/pre-commit) | major | `==3.8.0` -> `==4.5.1` | --- ### Release Notes <details> <summary>pre-commit/pre-commit (pre-commit)</summary> ### [`v4.5.1`](https://github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#451---2025-12-16) [Compare Source](https://github.com/pre-commit/pre-commit/compare/v4.5.0...v4.5.1) \================== ##### Fixes - Fix `language: python` with `repo: local` without `additional_dependencies`. - [#&#8203;3597](https://github.com/pre-commit/pre-commit/issues/3597) PR by [@&#8203;asottile](https://github.com/asottile). ### [`v4.5.0`](https://github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#450---2025-11-22) [Compare Source](https://github.com/pre-commit/pre-commit/compare/v4.4.0...v4.5.0) \================== ##### Features - Add `pre-commit hazmat`. - [#&#8203;3585](https://github.com/pre-commit/pre-commit/issues/3585) PR by [@&#8203;asottile](https://github.com/asottile). ### [`v4.4.0`](https://github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#440---2025-11-08) [Compare Source](https://github.com/pre-commit/pre-commit/compare/v4.3.0...v4.4.0) \================== ##### Features - Add `--fail-fast` option to `pre-commit run`. - [#&#8203;3528](https://github.com/pre-commit/pre-commit/issues/3528) PR by [@&#8203;JulianMaurin](https://github.com/JulianMaurin). - Upgrade `ruby-build` / `rbenv`. - [#&#8203;3566](https://github.com/pre-commit/pre-commit/issues/3566) PR by [@&#8203;asottile](https://github.com/asottile). - [#&#8203;3565](https://github.com/pre-commit/pre-commit/issues/3565) issue by [@&#8203;MRigal](https://github.com/MRigal). - Add `language: unsupported` / `language: unsupported_script` as aliases for `language: system` / `language: script` (which will eventually be deprecated). - [#&#8203;3577](https://github.com/pre-commit/pre-commit/issues/3577) PR by [@&#8203;asottile](https://github.com/asottile). - Add support docker-in-docker detection for cgroups v2. - [#&#8203;3535](https://github.com/pre-commit/pre-commit/issues/3535) PR by [@&#8203;br-rhrbacek](https://github.com/br-rhrbacek). - [#&#8203;3360](https://github.com/pre-commit/pre-commit/issues/3360) issue by [@&#8203;JasonAlt](https://github.com/JasonAlt). ##### Fixes - Handle when docker gives `SecurityOptions: null`. - [#&#8203;3537](https://github.com/pre-commit/pre-commit/issues/3537) PR by [@&#8203;asottile](https://github.com/asottile). - [#&#8203;3514](https://github.com/pre-commit/pre-commit/issues/3514) issue by [@&#8203;jenstroeger](https://github.com/jenstroeger). - Fix error context for invalid `stages` in `.pre-commit-config.yaml`. - [#&#8203;3576](https://github.com/pre-commit/pre-commit/issues/3576) PR by [@&#8203;asottile](https://github.com/asottile). ### [`v4.3.0`](https://github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#430---2025-08-09) [Compare Source](https://github.com/pre-commit/pre-commit/compare/v4.2.0...v4.3.0) \================== ##### Features - `language: docker` / `language: docker_image`: detect rootless docker. - [#&#8203;3446](https://github.com/pre-commit/pre-commit/issues/3446) PR by [@&#8203;matthewhughes934](https://github.com/matthewhughes934). - [#&#8203;1243](https://github.com/pre-commit/pre-commit/issues/1243) issue by [@&#8203;dkolepp](https://github.com/dkolepp). - `language: julia`: avoid `startup.jl` when executing hooks. - [#&#8203;3496](https://github.com/pre-commit/pre-commit/issues/3496) PR by [@&#8203;ericphanson](https://github.com/ericphanson). - `language: dart`: support latest dart versions which require a higher sdk lower bound. - [#&#8203;3507](https://github.com/pre-commit/pre-commit/issues/3507) PR by [@&#8203;bc-lee](https://github.com/bc-lee). ### [`v4.2.0`](https://github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#420---2025-03-18) [Compare Source](https://github.com/pre-commit/pre-commit/compare/v4.1.0...v4.2.0) \================== ##### Features - For `language: python` first attempt a versioned python executable for the default language version before consulting a potentially unversioned `sys.executable`. - [#&#8203;3430](https://github.com/pre-commit/pre-commit/issues/3430) PR by [@&#8203;asottile](https://github.com/asottile). ##### Fixes - Handle error during conflict detection when a file is named "HEAD" - [#&#8203;3425](https://github.com/pre-commit/pre-commit/issues/3425) PR by [@&#8203;tusharsadhwani](https://github.com/tusharsadhwani). ### [`v4.1.0`](https://github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#410---2025-01-20) [Compare Source](https://github.com/pre-commit/pre-commit/compare/v4.0.1...v4.1.0) \================== ##### Features - Add `language: julia`. - [#&#8203;3348](https://github.com/pre-commit/pre-commit/issues/3348) PR by [@&#8203;fredrikekre](https://github.com/fredrikekre). - [#&#8203;2689](https://github.com/pre-commit/pre-commit/issues/2689) issue [@&#8203;jmuchovej](https://github.com/jmuchovej). ##### Fixes - Disable automatic toolchain switching for `language: golang`. - [#&#8203;3304](https://github.com/pre-commit/pre-commit/issues/3304) PR by [@&#8203;AleksaC](https://github.com/AleksaC). - [#&#8203;3300](https://github.com/pre-commit/pre-commit/issues/3300) issue by [@&#8203;AleksaC](https://github.com/AleksaC). - [#&#8203;3149](https://github.com/pre-commit/pre-commit/issues/3149) issue by [@&#8203;nijel](https://github.com/nijel). - Fix `language: r` installation when initiated by RStudio. - [#&#8203;3389](https://github.com/pre-commit/pre-commit/issues/3389) PR by [@&#8203;lorenzwalthert](https://github.com/lorenzwalthert). - [#&#8203;3385](https://github.com/pre-commit/pre-commit/issues/3385) issue by [@&#8203;lorenzwalthert](https://github.com/lorenzwalthert). ### [`v4.0.1`](https://github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#401---2024-10-08) [Compare Source](https://github.com/pre-commit/pre-commit/compare/v4.0.0...v4.0.1) \================== ##### Fixes - Fix `pre-commit migrate-config` for unquoted deprecated stages names with purelib `pyyaml`. - [#&#8203;3324](https://github.com/pre-commit/pre-commit/issues/3324) PR by [@&#8203;asottile](https://github.com/asottile). - [pre-commit-ci/issues#234](https://github.com/pre-commit-ci/issues/issues/234) issue by [@&#8203;lorenzwalthert](https://github.com/lorenzwalthert). ### [`v4.0.0`](https://github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#400---2024-10-05) [Compare Source](https://github.com/pre-commit/pre-commit/compare/v3.8.0...v4.0.0) \================== ##### Features - Improve `pre-commit migrate-config` to handle more yaml formats. - [#&#8203;3301](https://github.com/pre-commit/pre-commit/issues/3301) PR by [@&#8203;asottile](https://github.com/asottile). - Handle `stages` deprecation in `pre-commit migrate-config`. - [#&#8203;3302](https://github.com/pre-commit/pre-commit/issues/3302) PR by [@&#8203;asottile](https://github.com/asottile). - [#&#8203;2732](https://github.com/pre-commit/pre-commit/issues/2732) issue by [@&#8203;asottile](https://github.com/asottile). - Upgrade `ruby-build`. - [#&#8203;3199](https://github.com/pre-commit/pre-commit/issues/3199) PR by [@&#8203;ThisGuyCodes](https://github.com/ThisGuyCodes). - Add "sensible regex" warnings to `repo: meta`. - [#&#8203;3311](https://github.com/pre-commit/pre-commit/issues/3311) PR by [@&#8203;asottile](https://github.com/asottile). - Add warnings for deprecated `stages` (`commit` -> `pre-commit`, `push` -> `pre-push`, `merge-commit` -> `pre-merge-commit`). - [#&#8203;3312](https://github.com/pre-commit/pre-commit/issues/3312) PR by [@&#8203;asottile](https://github.com/asottile). - [#&#8203;3313](https://github.com/pre-commit/pre-commit/issues/3313) PR by [@&#8203;asottile](https://github.com/asottile). - [#&#8203;3315](https://github.com/pre-commit/pre-commit/issues/3315) PR by [@&#8203;asottile](https://github.com/asottile). - [#&#8203;2732](https://github.com/pre-commit/pre-commit/issues/2732) issue by [@&#8203;asottile](https://github.com/asottile). ##### Updating - `language: python_venv` has been removed -- use `language: python` instead. - [#&#8203;3320](https://github.com/pre-commit/pre-commit/issues/3320) PR by [@&#8203;asottile](https://github.com/asottile). - [#&#8203;2734](https://github.com/pre-commit/pre-commit/issues/2734) issue by [@&#8203;asottile](https://github.com/asottile). </details> --- ### Configuration :date: **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzEuMSIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->
renovate added 1 commit 2024-10-25 18:07:06 +00:00
Update dependency pre-commit to v4
All checks were successful
plex-watchlist/pipeline/pr-develop This commit looks good
Plex Watchlist Analysis/pipeline/pr-develop This commit looks good
5764d45a0f
renovate force-pushed renovate/pre-commit-4.x from 5764d45a0f to d19ea7a4eb 2025-01-20 18:42:46 +00:00 Compare
renovate force-pushed renovate/pre-commit-4.x from d19ea7a4eb to 749139909b 2025-01-29 04:51:08 +00:00 Compare
renovate force-pushed renovate/pre-commit-4.x from 749139909b to 58d24df6f0 2025-03-18 21:45:52 +00:00 Compare
renovate force-pushed renovate/pre-commit-4.x from 58d24df6f0 to 93e4c9ca11 2025-04-17 21:47:43 +00:00 Compare
renovate force-pushed renovate/pre-commit-4.x from 93e4c9ca11 to 9caaa0929c 2025-05-11 22:52:50 +00:00 Compare
renovate force-pushed renovate/pre-commit-4.x from 9caaa0929c to aca14a6df7 2025-08-09 20:52:12 +00:00 Compare
renovate added 2 commits 2025-11-09 20:47:17 +00:00
Update dependency pre-commit to v4
All checks were successful
plex-watchlist/pipeline/pr-develop This commit looks good
aca14a6df7
Update dependency pre-commit to v4
All checks were successful
plex-watchlist/pipeline/pr-develop This commit looks good
e063648a51
renovate added 2 commits 2025-11-23 20:47:23 +00:00
Update dependency pre-commit to v4
All checks were successful
plex-watchlist/pipeline/pr-develop This commit looks good
e063648a51
Update dependency pre-commit to v4
All checks were successful
plex-watchlist/pipeline/pr-develop This commit looks good
11ed5299c1
renovate added 2 commits 2025-12-17 20:49:10 +00:00
Update dependency pre-commit to v4
All checks were successful
plex-watchlist/pipeline/pr-develop This commit looks good
11ed5299c1
Update dependency pre-commit to v4
All checks were successful
plex-watchlist/pipeline/pr-develop This commit looks good
c69d7ab7fe
All checks were successful
plex-watchlist/pipeline/pr-develop This commit looks good
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/pre-commit-4.x:renovate/pre-commit-4.x
git checkout renovate/pre-commit-4.x
Sign in to join this conversation.
No description provided.