Commit e140723
chore: migrate prettier hook and add setup-uv cache-suffix
Two pre-commit/CI hygiene changes:
- Migrate the prettier hook from pre-commit/mirrors-prettier@v4.0.0-alpha.8
(deprecated, archived, pinned to a years-old alpha) to
rbubley/mirrors-prettier@v3.8.3, the maintained successor that tracks
stable prettier 3.x. Renovate's pre-commit manager can now track
updates again. No content changes: prettier 3.8.3 produces identical
output to 4.0.0-alpha.8 for this repo's YAML/JSON/Markdown files.
- Add distinct cache-suffix values to setup-uv in tests.yaml (tests)
and pre-commit.yaml (pre-commit). Both jobs previously computed the
same cache key on parallel runs, so one always lost the save race
with "Failed to save: Unable to reserve cache with key" warnings.
Distinct keys eliminate the warning at the cost of ~2x cache storage.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent c7fe07e commit e140723
3 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments