Ignore more djLint stuff

This commit is contained in:
2023-01-17 00:58:12 +01:00
parent 7791dd3d91
commit 202c0b1212
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<!-- How many broken feeds --> <!-- How many broken feeds -->
<!-- Make broken feed text red if true. --> <!-- Make broken feed text red if true. -->
{% if feed_count.broken %} {% if feed_count.broken %}
- <span class="text-danger"> -<span class="text-danger">
{% else %} {% else %}
-<span> -<span>
{% endif %} {% endif %}

View File

@ -34,7 +34,7 @@ line-length = 120
target-version = ["py311"] target-version = ["py311"]
[tool.djlint] [tool.djlint]
ignore = "D018,J018" ignore = "D004,D018,J018"
profile = "jinja" profile = "jinja"
max_line_length = 120 max_line_length = 120
format_attribute_template_tags = true format_attribute_template_tags = true