Skip to content
Snippets Groups Projects
ruff.toml 153 B
line-length = 120

[format]
# Like Black, use double quotes for strings.
quote-style = "double"

[lint]
select = ["Q0", "F", "W", "E"]
ignore = ["E501"]