osc-lib/pyproject.toml
Stephen Finucane 8b7723d7da ruff: Enable pyupgrade rules
Change-Id: I644bda658e81adb8caf07d392f8adb4ee88f9f16
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2024-09-12 17:55:08 +01:00

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"]