From 4232b43b223de570daec5466f5dd96694db262a8 Mon Sep 17 00:00:00 2001 From: mo8it Date: Thu, 18 May 2023 12:21:25 +0200 Subject: [PATCH] Ignore call for Askama --- .config/djlintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/djlintrc.json b/.config/djlintrc.json index f47dbe3..c697359 100644 --- a/.config/djlintrc.json +++ b/.config/djlintrc.json @@ -1,5 +1,6 @@ { "custom_blocks": "match", + "ignore_blocks": "call", "max_line_length": "120", "use_gitignore": true, "preserve_blank_lines": true,