We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f01e1 commit b335fc8Copy full SHA for b335fc8
1 file changed
pyproject.toml
@@ -13,7 +13,9 @@ dev = [
13
"ty>=0.0.24",
14
]
15
16
-## UV Source
+## UV
17
+[tool.uv]
18
+package = true
19
20
[[tool.uv.index]]
21
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/"
@@ -32,7 +34,7 @@ respect-type-ignore-comments = true
32
34
output-format = "concise"
33
35
36
-## Linter and formatter
37
+## Linter and formatter (ruff)
38
39
[tool.ruff.lint]
40
select = [
0 commit comments