Commit af7c8fd
Fix CI lint: install ruff instead of black/isort in PR workflow
The Makefile's check-format target now uses `ruff format` but CI was
still installing black, isort, and linecheck, causing "ruff: No such
file or directory".
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2b6e22c commit af7c8fd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments