Skip to content

chore(deps): update dependency prek to v0.4.4#551

Merged
aslafy-z merged 1 commit into
mainfrom
renovate/prek-0.x
Jun 4, 2026
Merged

chore(deps): update dependency prek to v0.4.4#551
aslafy-z merged 1 commit into
mainfrom
renovate/prek-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 4, 2026

This PR contains the following updates:

Package Update Change
prek patch 0.4.30.4.4

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

j178/prek (prek)

v0.4.4

Compare Source

Released on 2026-06-04.

Highlights

0.4.4 makes prek run easier to watch and easier to slice.

Hook stream output now shows a small live preview under the running hook in the
progress UI. Long-running hooks no longer look stuck while they are producing
logs, and failed hooks are easier to diagnose because recent output is already
visible before the final result.

The new group selector lets a single config support different workflows. Tag
hooks with groups, then select or exclude those groups at run time:

repos:
  - repo: local
    hooks:
      - id: format
        name: Format Python
        language: system
        entry: ruff format
        groups: [format, ci]

      - id: lint
        name: Lint Python
        language: system
        entry: ruff check
        groups: [lint, ci]
prek run --all-files --group ci
prek run --all-files --no-group format

This is useful when local development, CI, slow validation, or project-specific
checks need different hook sets without splitting the config.

Enhancements
  • Add hook group filters to prek run (#​2141)
  • Delay hook output preview rendering (#​2140)
  • Stream hook output in progress UI (#​2136)
Bug fixes
  • Fix intent-to-add stash restore (#​2143)
Documentation
  • Document hook stage file input (#​2147)
Contributors

Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested review from aslafy-z and rasheedamir as code owners June 4, 2026 12:31
@aslafy-z aslafy-z merged commit 2cd35f2 into main Jun 4, 2026
14 checks passed
@aslafy-z aslafy-z deleted the renovate/prek-0.x branch June 4, 2026 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant