Ignore more djLint stuff
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
<!-- How many broken feeds -->
|
||||
<!-- Make broken feed text red if true. -->
|
||||
{% if feed_count.broken %}
|
||||
- <span class="text-danger">
|
||||
-<span class="text-danger">
|
||||
{% else %}
|
||||
-<span>
|
||||
{% endif %}
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user