mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:58:59 +01:00
8e644d3460
- Update all JS and PY dependencies minus `eslint-plugin-eslint-comments` (because of https://github.com/eslint-community/eslint-plugin-eslint-comments/issues/89) - Regenerate SVGs - Remove depreacted eslint rule - Tested mermaid and swagger
15 lines
263 B
TOML
15 lines
263 B
TOML
[tool.poetry]
|
|
name = "gitea"
|
|
version = "0.0.0"
|
|
description = ""
|
|
authors = []
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
djlint = "1.32.1"
|
|
|
|
[tool.djlint]
|
|
profile="golang"
|
|
ignore="H005,H006,H008,H013,H016,H020,H021,H030,H031"
|