[tool.ruff] target-version = "py314" [tool.ruff.lint] ignore = ["E402"] extend-select = ["I"] # enables import sorting (isort-equivalent)