[tool.pytest.ini_options] testpaths = ["tests"] asyncio_mode = "auto" asyncio_default_fixture_loop_scope = "function" [tool.ruff] target-version = "py312" line-length = 120 [tool.ruff.lint] select = ["E9", "F821", "F822", "F823"]