7 lines
105 B
TOML
7 lines
105 B
TOML
[tool.ruff]
|
|
lint.extend-ignore = ["Q000"]
|
|
line-length = 120
|
|
|
|
[tool.ruff.format]
|
|
quote-style = "preserve"
|