openstacksdk/pyproject.toml
Stephen Finucane 187e88a559 pre-commit: Migrate from black to ruff format
This is mostly a case of adding trailing commas and rewrapping things to
fit on one line.

Change-Id: Iaabb38970e8077c3cfd19041c39e3d40d2d93ffa
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2024-08-29 11:34:40 +01:00

7 lines
103 B
TOML

[tool.ruff]
line-length = 79
[tool.ruff.format]
quote-style = "preserve"
docstring-code-format = true