Commit 74bc9b2
ci: run ruff from uv.lock instead of uvx latest
`uvx ruff` resolves to the newest ruff release on every run, so the
0.16.0 release turned CI red on main and on open PRs without any code
change: its expanded default rule set reports 700+ findings and its
formatter now rewrites code blocks in markdown. Using `uv run ruff`
pins the linter to the version in uv.lock (0.15.4), so lint results
only move when the lockfile is intentionally updated.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 16eefbb commit 74bc9b2
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | | - | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | | - | |
| 27 | + | |
0 commit comments