Commit 52b7546
chore(mise): upgrade prek
Automated mise tool upgrades from local config.
Updated tools:
- `prek`
Command: `mise upgrade --bump --local prek`
<details>
<summary>Version changelog (prek)</summary>
| Tool | Requested | Installed |
|------|-----------|-----------|
| `prek` | `0.4.12` → `0.4.13` | `0.4.12` → `0.4.13` |
</details>
<details>
<summary>Release notes (1 tools)</summary>
<details>
<summary>prek: `0.4.12` → `0.4.13` (j178/prek)</summary>
### v0.4.13
## Release Notes
Released on 2026-08-10.
### Highlights
#### Manage hook tools with mise
The new `language: mise` support lets hooks install tools using
[`mise`](https://mise.jdx.dev/) in an isolated environment:
```yaml
repos:
- repo: local
hooks:
- id: golangci-lint
name: golangci-lint
language: mise
additional_dependencies: ["aqua:golangci/golangci-lint@2"]
entry: golangci-lint run --fast-only ./...
pass_filenames: false
```
#### Run commands in hook environments
The new `prek exec` subcommand can run an explicit command in a configured
hook's prepared environment. For example, the hook above makes its managed
binary available to this command:
```console
$ prek exec golangci-lint -- golangci-lint --version
```
### Enhancements
- Add `mise` language support ([#2540](j178/prek#2540))
- Add `deny-filename-pattern` and `require-filename-pattern` hooks ([#2488](j178/prek#2488))
- Add `prek exec` for running commands in a hook environment ([#2478](j178/prek#2478))
- Add `yaml-language-server:` comment to YAML sample config ([#2486](j178/prek#2486))
- Make `prek cache size` output terminal-aware ([#2508](j178/prek#2508))
- Match file regexes against path bytes ([#2541](j178/prek#2541))
- Show hook aliases in run output ([#2497](j178/prek#2497))
- Show hook descriptions in run output ([#2490](j178/prek#2490))
### Performance
- Avoid env cache scans for skipped hooks ([#2502](j178/prek#2502))
- Cache Node version queries ([#2500](j178/prek#2500))
### Bug fixes
- Fix Node hook installation with npm 11 ([#2487](j178/prek#2487))
- Isolate dependency installs from inherited Git repository state ([#2506](https://github.com/j178/prek/pull/25… (truncated)
</details>
</details>
Modified files:
- `.mise.toml`1 parent 28fa864 commit 52b7546
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments