feat: gitea: vendor + fix heatmap

This commit is contained in:
2026-05-31 23:17:43 +00:00
parent a8da44d438
commit cb50e80989
5648 changed files with 692254 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[project]
name = "gitea"
version = "0.0.0"
requires-python = ">=3.10"
[dependency-groups]
dev = [
"djlint==1.36.4",
"yamllint==1.37.1",
]
[tool.djlint]
profile="golang"
ignore="H005,H006,H013,H016,H020,H021,H030,H031"