Commit 051e357
authored
chore(deps): Update Prek to v0.4.4 (#328)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [prek](https://redirect.github.com/j178/prek) | patch | `0.4.3` →
`0.4.4` |
---
### Release Notes
<details>
<summary>j178/prek (prek)</summary>
###
[`v0.4.4`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#044)
[Compare
Source](https://redirect.github.com/j178/prek/compare/v0.4.3...v0.4.4)
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:
```yaml
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]
```
```bash
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](https://redirect.github.com/j178/prek/pull/2141))
- Delay hook output preview rendering
([#​2140](https://redirect.github.com/j178/prek/pull/2140))
- Stream hook output in progress UI
([#​2136](https://redirect.github.com/j178/prek/pull/2136))
##### Bug fixes
- Fix intent-to-add stash restore
([#​2143](https://redirect.github.com/j178/prek/pull/2143))
##### Documentation
- Document hook stage file input
([#​2147](https://redirect.github.com/j178/prek/pull/2147))
##### Contributors
- [@​j178](https://redirect.github.com/j178)
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- Every minute (`* * * * *`)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Enabled.
♻ **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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/rust-cli/anstyle).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDkuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent e748302 commit 051e357
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
0 commit comments