studio / pyproject.toml
Ava2lon's picture
Upload 5 files
9211f3a verified
Raw
History Blame
306 Bytes
[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"