Skip to content

Commit 0843038

Browse files
committed
Ruff config: line-length to 120 and fixable no longer top level
1 parent e6f2ae7 commit 0843038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,14 +312,14 @@ branch = true
312312
source = ["duckdb"]
313313

314314
[tool.ruff]
315-
line-length = 88
315+
line-length = 120
316316
indent-width = 4
317317
target-version = "py39"
318318
fix = true
319-
fixable = ["ALL"]
320319
exclude = ['external/duckdb']
321320

322321
[tool.ruff.lint]
322+
fixable = ["ALL"]
323323
exclude = ['*.pyi']
324324
select = [
325325
"ANN", # flake8-annotations

0 commit comments

Comments
 (0)