[tool.ruff] line-length = 88 target-version = "py310" [tool.ruff.lint] select = ["E", "F", "I"] [tool.ruff.format] quote-style = "double" indent-style = "space" line-ending = "auto"