Files

16 lines
244 B
TOML
Raw Permalink Normal View History

2025-07-15 23:19:39 +02:00
[project]
name = "gitea"
version = "0.0.0"
requires-python = ">=3.10"
2023-06-14 20:17:58 +02:00
2025-07-15 23:19:39 +02:00
[dependency-groups]
dev = [
"djlint==1.36.4",
2026-01-16 12:00:16 +01:00
"yamllint==1.38.0",
"zizmor==1.25.2",
2025-07-15 23:19:39 +02:00
]
2023-06-14 20:17:58 +02:00
[tool.djlint]
profile="golang"
2023-09-01 19:32:39 +02:00
ignore="H005,H006,H013,H016,H020,H021,H030,H031"