[project] name = "flowforge-api" version = "0.1.0" description = "AI workflow generation and validation service for FlowForge" requires-python = ">=3.11,<3.14" [tool.pytest.ini_options] pythonpath = ["."] testpaths = ["tests"] asyncio_mode = "auto" [tool.ruff] line-length = 100 target-version = "py311"