[tool.ruff] target-version = "py313" line-length = 100 [tool.ruff.lint] select = ["E", "F", "I"] fixable = ["ALL"] [tool.ruff.format] quote-style = "double" indent-style = "space"