[tool.pytest.ini_options] asyncio_mode = "auto" testpaths = ["tests"] pythonpath = ["."] [tool.ruff] line-length = 100 [tool.ruff.lint] select = ["E", "F", "I"] ignore = ["E501"]