Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps prek from 0.2.15 to 0.2.20.

Release notes

Sourced from prek's releases.

0.2.20

Release Notes

Released on 2025-12-08.

Highlights

In this release:

  • Rust hooks are now fully supported with automatic toolchain management, including package discovery in virtual workspaces. Big thanks to @​lmmx for driving this.
  • Added a prek cache size subcommand so you can quickly see how much cache space prek is using. Thanks @​MatthewMckee4!
  • Nested workspaces are easier to reason about: set orphan: true on a project to isolate it from parents so its files are processed only once.

Want to show your project runs on prek? Add our README badge to your docs or repo homepage: prek

Enhancements

  • Support Rust language (#989)
    • Refactor Rust toolchain management (#1198)
    • Add support for finding packages in virtual workspaces (#1180)
  • Add prek cache size command (#1183)
  • Support orphan projects (#1129)
  • Fallback to manual stage for hooks specified directly in command line (#1185)
  • Make go module cache read-writeable (thus deletable) (#1164)
  • Provide more information when validating configs and manifests (#1182)
  • Improve error message for invalid number of arguments to hook-impl (#1196)

Bug fixes

  • Disable git terminal prompts (#1193)
  • Prevent post-checkout deadlock when cloning repos (#1192)
  • Prevent color output when redirecting stdout to a file (#1159)

Documentation

  • Add MacPorts to installation methods (#1157)
  • Add a FAQ page explaining prek install --install--hooks (#1162)

Other changes

  • Add prek: enabled repo badge (#1171)
  • Add favicon for docs website (#1187)

Contributors

... (truncated)

Changelog

Sourced from prek's changelog.

0.2.20

Released on 2025-12-08.

Highlights

In this release:

  • Rust hooks are now fully supported with automatic toolchain management, including package discovery in virtual workspaces. Big thanks to @​lmmx for driving this.
  • Added a prek cache size subcommand so you can quickly see how much cache space prek is using. Thanks @​MatthewMckee4!
  • Nested workspaces are easier to reason about: set orphan: true on a project to isolate it from parents so its files are processed only once.

Want to show your project runs on prek? Add our README badge to your docs or repo homepage: prek

Enhancements

  • Support Rust language (#989)

    • Refactor Rust toolchain management (#1198)
    • Add support for finding packages in virtual workspaces (#1180)
  • Add prek cache size command (#1183)

  • Support orphan projects (#1129)

  • Fallback to manual stage for hooks specified directly in command line (#1185)

  • Make go module cache read-writeable (thus deletable) (#1164)

  • Provide more information when validating configs and manifests (#1182)

  • Improve error message for invalid number of arguments to hook-impl (#1196)

Bug fixes

  • Disable git terminal prompts (#1193)
  • Prevent post-checkout deadlock when cloning repos (#1192)
  • Prevent color output when redirecting stdout to a file (#1159)

Documentation

  • Add MacPorts to installation methods (#1157)
  • Add a FAQ page explaining prek install --install--hooks (#1162)

Other changes

  • Add prek: enabled repo badge (#1171)
  • Add favicon for docs website (#1187)

Contributors

... (truncated)

Commits
  • adbb89f Bump version to 0.2.20 (#1199)
  • 2920639 Refactor Rust toolchain management (#1198)
  • db20094 Improve error message for invalid number of arguments to hook-impl (#1196)
  • 6a2f212 Upgrade dependencies for docs (#1195)
  • adf7816 Fallback to manual stage for hooks specified directly in command line (#1185)
  • 20dbb99 Prevent post-checkout deadlock when cloning repos (#1192)
  • 2497649 Disable git terminal prompts (#1193)
  • b5be7c6 Provide more information when validating configs and manifests (#1182)
  • dad650b rust: add support for finding packages in virtual workspaces (#1180)
  • da4cebd Update dependency uv to v0.9.15 (#1170)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [prek](https://github.com/j178/prek) from 0.2.15 to 0.2.20.
- [Release notes](https://github.com/j178/prek/releases)
- [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md)
- [Commits](j178/prek@v0.2.15...v0.2.20)

---
updated-dependencies:
- dependency-name: prek
  dependency-version: 0.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Dec 8, 2025
@kevinjqliu kevinjqliu merged commit 630b887 into main Dec 10, 2025
8 checks passed
@kevinjqliu kevinjqliu deleted the dependabot/uv/prek-0.2.20 branch December 10, 2025 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant