Commit b0d6db9
committed
Fix ruff config: remove invalid line-length from [tool.ruff.format]
line-length is only valid under [tool.ruff], not [tool.ruff.format].
Having it in [tool.ruff.format] caused ruff to fail parsing pyproject.toml
and fall back to default settings (line-length=88), which then flagged
core.py as needing reformat.1 parent a5bbbed commit b0d6db9
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
| |||
0 commit comments