Files
gitea/pyproject.toml
2025-07-15 21:19:39 +00:00

15 lines
224 B
TOML

[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"