Setup dev tools with uv

This commit is contained in:
2026-01-03 10:54:26 +03:00
parent 1c61d6b97d
commit f4f6856a00
3 changed files with 646 additions and 4 deletions
+3 -3
View File
@@ -17,9 +17,9 @@ authors = [
{name = "Fedor Lyanguzov"},
]
[project.optional-dependencies]
test = ["pytest"]
lint = [
[dependency-groups]
dev = [
"pytest",
"black",
"flake8"
]