Commit d658507
Revert black bump to unbreak lintrunner on main (#20777)
### Summary
#20452 raised black from 24.4.2 to 26.3.0 so it would accept "py314" in
[tool.black] target-version. That two-year jump in black's stable style
would reformat ~1900 tracked files, so lintrunner --all-files fails on
main under the newer style.
Revert black to 24.4.2 and drop py314 from target-version, which is a
formatting-only setting and does not affect running executorch on 3.14.
The rest of #20452's 3.14 support (requires-python, classifiers, wheel
matrices, setup.py) is unchanged.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent dcc04ef commit d658507
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
144 | 147 | | |
145 | 148 | | |
146 | 149 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments