mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:58:59 +01:00
61e0d1a767
Enable these rules: - H014 | More than 2 blank lines. - H023 | Do not use entity references. There are more potential rules to enable but they are blocked by bugs in the linter: - https://github.com/Riverside-Healthcare/djLint/issues/711 - https://github.com/Riverside-Healthcare/djLint/issues/712
15 lines
273 B
TOML
15 lines
273 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.31.1"
|
|
|
|
[tool.djlint]
|
|
profile="golang"
|
|
ignore="H005,H006,H008,H013,H016,H020,H021,H026,H030,H031,T027"
|