[tool.ruff]
line-length = 120

[tool.ruff.lint]
select = ["C", "E", "F", "W", "B", "I", "T20", "TID252", "G"]
ignore = ["C901", "E501", "B007", "B008", "B009", "T201"]

[tool.ruff.lint.isort]
combine-as-imports = true
forced-separate = ["tests"]
