add batch

This commit is contained in:
2025-05-21 15:48:59 -03:00
parent 7f4fec6e1e
commit 249116cc76
20 changed files with 786 additions and 627 deletions

View File

@@ -12,8 +12,16 @@ dependencies = [
[tool.uv.sources]
layercake = { path = "../layercake" }
[tool.ruff]
target-version = "py311"
src = ["app"]
[tool.ruff.format]
quote-style = "single"
[tool.ruff.lint]
select = ["E", "F", "I"]
[dependency-groups]
dev = ["ruff>=0.11.9"]
dev = [
"ruff>=0.11.9",
]

644
certs/uv.lock generated

File diff suppressed because it is too large Load Diff