chore(deps): update dependency prek to v0.5.2 - #3765
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
requested review from
a team and
edgarrmondragon
as code owners
September 3, 2026 07:35
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3765 +/- ##
=======================================
Coverage 94.37% 94.37%
=======================================
Files 74 74
Lines 6298 6298
Branches 771 771
=======================================
Hits 5944 5944
Misses 265 265
Partials 89 89
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
renovate
Bot
force-pushed
the
renovate/prek-0.x
branch
from
September 7, 2026 16:47
5f81b55 to
2b70c97
Compare
Documentation build overview
|
renovate
Bot
force-pushed
the
renovate/prek-0.x
branch
from
September 8, 2026 04:54
2b70c97 to
c266596
Compare
renovate
Bot
force-pushed
the
renovate/prek-0.x
branch
from
September 9, 2026 22:24
c266596 to
daa7c19
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.4.14→==0.5.2Release Notes
j178/prek (prek)
v0.5.2Compare Source
Released on 2026-09-03.
Enhancements
check-yaml(#2678)Contributors
v0.5.1Compare Source
Released on 2026-09-01.
Enhancements
--hide-status <passed|failed|skipped>for hook reports (#2644)prek initfor repository setup (#2636)envduring environment creation (#2650)check-yamldiagnostics (#2664)cargo-binstallfor Rust CLI dependencies (#2658)Bug fixes
Documentation
Other changes
Contributors
v0.5.0Compare Source
Released on 2026-08-27.
Highlights
Choose where hook toolchains come from
language_versionnow accepts a sourcepreferencealongside the versionrequest, letting you control where prek looks for a compatible toolchain whenit creates a hook environment. Use
managed(the default) orsystemto choosewhich source prek tries first while still allowing fallback and downloads. Use
only-managedoronly-systemto require one source.For example, this local Ruff hook requires a Python 3.12 toolchain managed by
prek:
With
only-managed, prek reuses a compatible toolchain from its managed storeor downloads one when needed. It never falls back to Python from
PATH, an OSpackage manager, or a version manager, so toolchain selection does not depend on
the developer or CI machine's external environment.
Existing scalar values such as
language_version: "3.12"continue to work. Seetoolchain management and
language_versionfor the full source-selection behavior. (#2613)
Breaking changes
The breaking changes in this release are mostly small cleanups, and most users should not be affected.
@. This prefix is now reserved for special group selectors such as the new@ungroupedselector. (#2617)PREK_MAX_CONCURRENCYhas been removed. UsePREK_CONCURRENT_HOOKSandPREK_CONCURRENT_BATCHESto control hook and per-hook batch concurrency separately. (#2620)prek init-template-dircommand has been removed. Useprek util init-template-dir, orprek init-templatedirfor drop-in compatibility withpre-commit. (#2623)prek auto-updatehas been removed. Useprek update, orprek autoupdatefor drop-in compatibility withpre-commit. (#2619)Enhancements
language: pythonto opt out of fast-path hooks (#2608)runandupdateoptions in CLI help (#2629)@ungroupedgroup selector (#2617){hook_repo}placeholder in hookentry(#2602)Bug fixes
Documentation
Contributors
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.