[tool.ruff] line-length = 88 target-version = "py39" [tool.ruff.lint] select = ["E", "F", "W", "C", "I"] ignore = ["E501"] [tool.ruff.format] quote-style = "double" indent-style = "space"