[project] name = "market-data-service" version = "0.1.0" description = "Real-time market data collection for SenpAI trading agent" requires-python = ">=3.11" [tool.pytest.ini_options] asyncio_mode = "auto" testpaths = ["tests"] [tool.ruff] target-version = "py311" line-length = 100