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: https://github.com/Riverside-Healthcare/djLint/issues/711 https://github.com/Riverside-Healthcare/djLint/issues/712
This commit is contained in:
parent
c7455e9f23
commit
06df92b5af
2 changed files with 50 additions and 50 deletions
|
@ -8,8 +8,8 @@ authors = []
|
|||
python = "^3.8"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
djlint = "1.31.1"
|
||||
djlint = "1.32.0"
|
||||
|
||||
[tool.djlint]
|
||||
profile="golang"
|
||||
ignore="H005,H006,H008,H013,H016,H020,H021,H026,H030,H031,T027"
|
||||
ignore="H005,H006,H008,H013,H016,H020,H021,H030,H031"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue