From 71f1681f55c15f62c16c1d7f30a745adc496db97 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 7 Jan 2024 18:41:21 +0100 Subject: [PATCH] fix djlint syntax --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b5615882d2..4acf097dc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"