zzz / dev_config /python /ruff.toml
ar08's picture
Upload 1040 files
246d201 verified
raw
history blame contribute delete
306 Bytes
[lint]
select = [
"E",
"W",
"F",
"I",
"Q",
"B",
]
ignore = [
"E501",
"B003",
"B007",
"B009",
"B010",
"B904",
"B018",
]
[lint.flake8-quotes]
docstring-quotes = "double"
inline-quotes = "single"
[format]
quote-style = "single"