
The name of the errors change and we need to move things around a little, but it's otherwise a straight swap. Change-Id: I0a19765ebeaa14c0534faa1542165b76ed2bf4e2 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
13 lines
228 B
TOML
13 lines
228 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", "S"]
|
|
|
|
[tool.ruff.lint.per-file-ignores]
|
|
"openstackclient/tests/*" = ["S"]
|