From a625f3a76198bed3c857f5c00f238bf9516ca950 Mon Sep 17 00:00:00 2001 From: silverwind Date: Fri, 1 Sep 2023 19:32:39 +0200 Subject: Enable djlint H008 and fix issues (#26869) Enable `H008 | Attributes should be double quoted` and fix issues. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 549a8cb2b0..f4cd2e6744 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,4 +12,4 @@ djlint = "1.32.1" [tool.djlint] profile="golang" -ignore="H005,H006,H008,H013,H016,H020,H021,H030,H031" +ignore="H005,H006,H013,H016,H020,H021,H030,H031" -- cgit v1.2.3