Commit 54f0cd2
fix(ci): Pin Black version to 24.10.0 in Code Quality workflow
The Code Quality workflow was using the latest Black version (25.x),
which has different formatting rules than Black 24.10.0 that we use
locally and in the auto-format workflow.
This caused CI to fail even after formatting files locally with Black 24.10.0.
Changes:
- Pin black==24.10.0 in code-quality.yml workflow
This ensures consistent formatting between local development,
auto-format workflow, and CI validation.
Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent fbe478d commit 54f0cd2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments