Skip to content

Commit b0d6db9

Browse files
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

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ target-version = "py39"
5050
select = ["E", "F", "W", "I", "N", "UP", "B", "C4"]
5151

5252
[tool.ruff.format]
53-
line-length = 120
5453
quote-style = "double"
5554
indent-style = "space"
5655

0 commit comments

Comments
 (0)