Commit 79769cd
committed
Pin black version to 24.8.0 for consistency between local and CI
- Update pyproject.toml: black>=22.0.0 -> black==24.8.0
- Update requirements-dev.txt: black -> black==24.8.0
- Update GitHub Actions CI: black>=22.0.0 -> black==24.8.0
This ensures the same black version (24.8.0) is used locally and in CI,
preventing formatting differences that cause CI failures.1 parent ba9d7e0 commit 79769cd
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments