[tool.ruff] line-length = 88 indent-width = 4 target-version = "py39" [tool.ruff.lint] select = ["E", "F", "I", "W"] ignore = [] fixable = ["ALL"] unfixable = [] dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$" [tool.ruff.format] quote-style = "double" indent-style = "space" skip-magic-trailing-comma = false line-ending = "auto"