refactor(templates): update djlint to 1.46.0 and resolve its new findings (#39231)

This commit is contained in:
silverwind
2026-09-08 23:17:17 +00:00
committed by GitHub
parent 459fc13783
commit f5c7b21f1d
175 changed files with 533 additions and 528 deletions
+2 -2
View File
@@ -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"