8 lines
134 B
TOML
8 lines
134 B
TOML
|
# Config file for Ruff, a Python code formatter.
|
||
|
|
||
|
line-length = 100
|
||
|
|
||
|
[format]
|
||
|
quote-style = "single"
|
||
|
skip-magic-trailing-comma = true
|