10 Star 132 Fork 127

GVPAscend/DrivingSDK

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
pyproject.toml 465 Bytes
Copy Edit Raw Blame History
[build-system]
requires = [
"setuptools",
"wheel",
"numpy",
"pyyaml",
"cmake",
"typing-extensions>=4.10.0",
]
[tool.black]
line-length = 120
target-version = ["py38"]
[tool.isort]
src_paths = ["mx_driving"]
extra_standard_library = ["typing_extensions"]
skip_gitignore = true
atomic = true
profile = "black"
indent = 4
line_length = 120
lines_after_imports = 2
multi_line_output = 3
include_trailing_comma = true
combine_as_imports = true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ascend/DrivingSDK.git
git@gitee.com:ascend/DrivingSDK.git
ascend
DrivingSDK
DrivingSDK
master

Search