summaryrefslogtreecommitdiff
path: root/ruff.toml
blob: 78ef0bcb22f81353cf36bf3358b277a50e70f6ed (plain)
1
2
3
4
5
line-length = 120

[format]
# 5. Use single quotes for non-triple-quoted strings.
quote-style = "single"