fix djlint syntax

This commit is contained in:
Matthias Mair 2024-01-07 18:41:21 +01:00
parent a0bcf1bcce
commit 71f1681f55
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A

View File

@ -70,4 +70,4 @@ inline-quotes = "double"
source = "InvenTree"
[tool.djlint]
ignore = ["D018","H006","H008","H020","H021","H023","H025","H030","H031","T002"]
ignore = "D018,H006,H008,H020,H021,H023,H025,H030,H031,T002"