mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-02 08:57:32 -04:00
a625f3a761
Enable `H008 | Attributes should be double quoted` and fix issues.
16 lines
258 B
TOML
16 lines
258 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,H013,H016,H020,H021,H030,H031"
|