Ignore more djLint stuff
This commit is contained in:
@ -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 %}
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user