[tool.ruff] target-version = "py312" line-length = 100 [tool.ruff.lint] select = ["E", "F", "W", "I", "N", "UP", "B", "C4", "PL", "T20"] ignore = ["E501", "PLR0913", "PLR0917"] [tool.ruff.format] quote-style = "double" indent-style = "space"