Skip to content

Commit 06df92b

Browse files
authored
Update djlint, enable H026 and T027 (#25980)
New rules enabled as the bugs I reported were fixed: - H026 | Empty id and class tags can be removed. - T027 | Unclosed string found in template syntax. Refs: djlint/djLint#711 djlint/djLint#712
1 parent c7455e9 commit 06df92b

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

poetry.lock

Lines changed: 48 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ authors = []
88
python = "^3.8"
99

1010
[tool.poetry.group.dev.dependencies]
11-
djlint = "1.31.1"
11+
djlint = "1.32.0"
1212

1313
[tool.djlint]
1414
profile="golang"
15-
ignore="H005,H006,H008,H013,H016,H020,H021,H026,H030,H031,T027"
15+
ignore="H005,H006,H008,H013,H016,H020,H021,H030,H031"

0 commit comments

Comments
 (0)