Skip to content

Commit b335fc8

Browse files
committed
refactor: update pyproject.toml for clarity and organization
1 parent 04f01e1 commit b335fc8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ dev = [
1313
"ty>=0.0.24",
1414
]
1515

16-
## UV Source
16+
## UV
17+
[tool.uv]
18+
package = true
1719

1820
[[tool.uv.index]]
1921
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/"
@@ -32,7 +34,7 @@ respect-type-ignore-comments = true
3234
output-format = "concise"
3335

3436

35-
## Linter and formatter
37+
## Linter and formatter (ruff)
3638

3739
[tool.ruff.lint]
3840
select = [

0 commit comments

Comments
 (0)