From 202c0b12126ad881730f5f7d153f3c2c047e3e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Tue, 17 Jan 2023 00:58:12 +0100 Subject: [PATCH] Ignore more djLint stuff --- discord_rss_bot/templates/index.html | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/discord_rss_bot/templates/index.html b/discord_rss_bot/templates/index.html index fc84023..a746d9a 100644 --- a/discord_rss_bot/templates/index.html +++ b/discord_rss_bot/templates/index.html @@ -9,7 +9,7 @@ {% if feed_count.broken %} - - + - {% else %} - {% endif %} diff --git a/pyproject.toml b/pyproject.toml index c8edabf..2b1e1d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ line-length = 120 target-version = ["py311"] [tool.djlint] -ignore = "D018,J018" +ignore = "D004,D018,J018" profile = "jinja" max_line_length = 120 format_attribute_template_tags = true