build: initialize uv with dependencies and lock file

This commit is contained in:
Jackson Vieira
2025-12-03 13:53:58 -03:00
parent 450db6c925
commit 44539123d9
2 changed files with 365 additions and 0 deletions

View File

@@ -64,3 +64,8 @@ known-first-party = ["evolutionapi"]
[tool.ruff.format]
quote-style = "double"
indent-style = "space"
[dependency-groups]
dev = [
"ruff>=0.14.7",
]