build: 添加清华 PyPI 镜像源作为默认索引
This commit is contained in:
@@ -64,3 +64,7 @@ exclude_lines = [
|
|||||||
"if TYPE_CHECKING:",
|
"if TYPE_CHECKING:",
|
||||||
"@abstractmethod",
|
"@abstractmethod",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[tool.uv.index]]
|
||||||
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
||||||
|
default = true
|
||||||
Reference in New Issue
Block a user