Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps prek from 0.2.22 to 0.2.24.

Release notes

Sourced from prek's releases.

0.2.24

Release Notes

Released on 2025-12-23.

Enhancements

  • Build and publish docker image to ghcr.io/j178/prek (#1253)
  • Support git urls for rust dependencies (#1256)

Bug fixes

  • Ensure running uv pip install inside the remote repo path (#1262)
  • Fix check-added-large-files for traced files (#1260)
  • Respect GIT_DIR set by git (#1258)

Documentation

  • Add docker integration docs (#1254)
  • Clarify priority scope across repos (#1251)
  • Improve documentation for configurations (#1247)
  • Render changelog in document site (#1248)

Contributors

Install prek 0.2.24

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.2.24/prek-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/j178/prek/releases/download/v0.2.24/prek-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install j178/tap/prek

Install prebuilt binaries into your npm project

... (truncated)

Changelog

Sourced from prek's changelog.

0.2.24

Released on 2025-12-23.

Enhancements

  • Build and publish docker image to ghcr.io/j178/prek (#1253)
  • Support git urls for rust dependencies (#1256)

Bug fixes

  • Ensure running uv pip install inside the remote repo path (#1262)
  • Fix check-added-large-files for traced files (#1260)
  • Respect GIT_DIR set by git (#1258)

Documentation

  • Add docker integration docs (#1254)
  • Clarify priority scope across repos (#1251)
  • Improve documentation for configurations (#1247)
  • Render changelog in document site (#1248)

Contributors

0.2.23

Released on 2025-12-20.

Highlights

🚀 This release introduces priority-based parallel hook execution: prek can run multiple hooks in parallel when they share the same priority, which can be a huge speed-up for many configs. See configuration docs for priority.

Enhancements

  • Allow uv reading user-level or system-level configuration files (#1227)
  • Implement check-case-conflict as builtin hook (#888)
  • Implement priority based parallel execution (#1232)

Bug fixes

  • Fix check-executable-have-shebangs "command line too long" error on Windows (#1236)

Documentation

  • Add FastAPI to the list of projects using prek (#1241)
  • Document hook_types flag and default_install_hook_types behavior (#1225)
  • Improve documentation for priority (#1245)

... (truncated)

Commits

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.22 to 0.2.24.
- [Release notes](https://github.com/j178/prek/releases)
- [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md)
- [Commits](j178/prek@v0.2.22...v0.2.24)

---
updated-dependencies:
- dependency-name: prek
  dependency-version: 0.2.24
  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 Pull requests that update Python code labels Dec 23, 2025
@github-actions
Copy link
Contributor

This pull request has a merge conflict that needs to be resolved.

@github-actions github-actions bot added the conflicts Automatically generated when a PR has a merge conflict label Dec 26, 2025
@YuriiMotov YuriiMotov closed this Dec 30, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 30, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/prek-0.2.24 branch December 30, 2025 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

conflicts Automatically generated when a PR has a merge conflict dependencies Pull requests that update a dependency file internal python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants