8b7723d7da
Change-Id: I644bda658e81adb8caf07d392f8adb4ee88f9f16 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
10 lines
159 B
TOML
10 lines
159 B
TOML
[tool.ruff]
|
|
line-length = 79
|
|
|
|
[tool.ruff.format]
|
|
quote-style = "preserve"
|
|
docstring-code-format = true
|
|
|
|
[tool.ruff.lint]
|
|
select = ["E4", "E7", "E9", "F", "U"]
|