openstacksdk/pyproject.toml
Stephen Finucane 399dfcc0e5 pre-commit: Migrate pyupgrade to ruff-format
openstack/tests/unit/cloud/test_stack.py needs some manual fixes but
this is otherwise auto-generated.

Change-Id: If0d202ece232181c16ee4990eb428e9ad6e91cd5
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2024-11-12 14:27:23 +00: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"]