chore: add dev tools to uv env

This commit is contained in:
2026-02-10 10:00:39 +08:00
parent c5be89305a
commit 183beacff6

View File

@@ -26,3 +26,10 @@ build-backend = "hatchling.build"
[dependency-groups]
build = ["build>=1.4.0", "twine>=6.2.0"]
dev = [
"ruff>=0.15.0",
"ty>=0.0.15",
]
[tool.ruff]
line-length = 79