[project]
name = "torch_rec_v2"
authors = [{ name = "HUAWEI Inc" }]
description = "MindSDK-RecSDK"
readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.11.0"
license = { file = "LICENSE" }
classifiers = [
    "Private :: Do Not Upload",
    "Programming Language :: Python :: 3",
]

dynamic = ["version"]

[project.urls]
Homepage = "https://gitcode.com/Ascend/RecSDK"

[tool.pyright]
reportGeneralTypeIssues = false
reportReturnType = false
reportArgumentType = false
reportAssignmentType = false
reportInvalidTypeForm = false
reportCallIssue = false
reportAttributeAccessIssue = false

[tool.black]
line-length = 120

[tool.ruff]
line-length = 120