'ruff check --fix' and 'ruff format' Change-Id: Iaf8771c00ade50cac196a0c8e898370cf5e3c052 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
9 lines
121 B
TOML
9 lines
121 B
TOML
line-length = 79
|
|
target-version = "py310"
|
|
|
|
[lint]
|
|
select = ["E4", "E7", "E9", "F", "U"]
|
|
|
|
[format]
|
|
quote-style = "single"
|