Files
hearth/package/gitea/source/pyproject.toml
T
yukkop d9b2a4e787
runner nix smoke / nix label and flake smoke (push) Failing after 1m28s
feat: update gitea vendor
2026-09-26 21:18:24 +00:00

16 lines
244 B
TOML

[project]
name = "gitea"
version = "0.0.0"
requires-python = ">=3.10"
[dependency-groups]
dev = [
"djlint==1.39.4",
"yamllint==1.38.0",
"zizmor==1.26.1",
]
[tool.djlint]
profile="golang"
ignore="H005,H006,H013,H016,H020,H021,H030,H031"