Skip to content

Commit

Permalink
fix djlint syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
matmair committed Jan 7, 2024
1 parent a0bcf1b commit 71f1681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 71f1681

Please sign in to comment.