Files
gitea/pyproject.toml
silverwind 49edbbbc2e Update JS and PY deps (#36383)
- Update JS and PY dependencies
- Workaround https://github.com/stylelint/stylelint/issues/8893 by
moving the stylint config file to JS
- Regenerate SVGs
- Bump to python 3.14 in devcontainer and actions
- Verified `@github/text-expander-element`
- Removed obsolete type stub
2026-01-16 11:00:16 +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.38.0",
]
[tool.djlint]
profile="golang"
ignore="H005,H006,H013,H016,H020,H021,H030,H031"