Files
deer-flow/backend/ruff.toml
2026-01-14 09:08:20 +08:00

11 lines
150 B
TOML

line-length = 240
target-version = "py312"
[lint]
select = ["E", "F", "I", "UP"]
ignore = []
[format]
quote-style = "double"
indent-style = "space"