You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [build-system]
- requires = ["hatchling"]
- build-backend = "hatchling.build"
-
- [project]
- name = "autogen-test-utils"
- version = "0.0.0"
- license = {file = "LICENSE-CODE"}
- requires-python = ">=3.10"
- dependencies = ["autogen-core",
-
- ]
-
- [tool.uv]
- dev-dependencies = []
-
-
- [tool.ruff]
- extend = "../../pyproject.toml"
- include = ["src/**"]
-
- [tool.pyright]
- extends = "../../pyproject.toml"
- include = ["src"]
-
- [tool.poe]
- include = "../../shared_tasks.toml"
-
- [tool.poe.tasks]
-
- test = "true"
|