2024-08-29 10:55:32 +01:00
|
|
|
[tool.ruff]
|
|
|
|
|
line-length = 79
|
|
|
|
|
|
|
|
|
|
[tool.ruff.format]
|
|
|
|
|
quote-style = "preserve"
|
|
|
|
|
docstring-code-format = true
|
2024-09-12 18:00:48 +01:00
|
|
|
|
|
|
|
|
[tool.ruff.lint]
|
2024-09-12 17:57:14 +01:00
|
|
|
select = ["E4", "E7", "E9", "F", "S", "U"]
|
2024-09-12 18:00:48 +01:00
|
|
|
|
|
|
|
|
[tool.ruff.lint.per-file-ignores]
|
|
|
|
|
"openstackclient/tests/*" = ["S"]
|