# ruff check --select I --fix .
# ruff format .
line-length = 120

[format]
quote-style = "double"
indent-style = "space"
skip-magic-trailing-comma = false
line-ending = "lf"