| 123456789101112131415161718192021 |
- [project]
- name = "long-article-search-agent"
- version = "0.1.0"
- description = "长文供给寻找 Agent"
- requires-python = ">=3.11"
- [tool.pytest.ini_options]
- asyncio_mode = "auto"
- testpaths = ["tests"]
- pythonpath = ["."]
- [tool.ruff]
- target-version = "py311"
- line-length = 120
- [tool.ruff.lint]
- select = ["E", "F", "I", "W"]
- ignore = ["E501"]
- [tool.ruff.lint.isort]
- known-first-party = ["src", "agent", "gateway", "knowhub"]
|