Files
deer-flow/backend/ruff.toml

11 lines
150 B
TOML
Raw Normal View History

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