mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-19 03:03:39 +09:00
refactor(templates): update djlint to 1.46.0 and resolve its new findings (#39231)
This commit is contained in:
+2
-2
@@ -5,11 +5,11 @@ requires-python = ">=3.10"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"djlint==1.44.2",
|
||||
"djlint==1.46.0",
|
||||
"yamllint==1.38.0",
|
||||
"zizmor==1.30.0",
|
||||
]
|
||||
|
||||
[tool.djlint]
|
||||
profile="golang"
|
||||
ignore="H005,H013,H016,H020,H021,H030"
|
||||
ignore="H005,H013,H016,H020,H021,H030,H045,H046,H054"
|
||||
|
||||
Reference in New Issue
Block a user