Skip to content

Commit

Permalink
Make pre-commit happy
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Sep 27, 2024
1 parent dcae0f1 commit 2061de2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion comptest/web/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</div>
</nav>
{% block page_header %}
{% endblock %}
{% endblock page_header %}
</div>
{% block body %}
{% endblock body %}
Expand Down
2 changes: 1 addition & 1 deletion comptest/web/templates/page/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% endblock title %}
{% block page_header %}
{{ page_header_content|safe }}
{% endblock %}
{% endblock page_header %}
{% block body %}
{{ html_content|safe }}
{% endblock body %}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ profile = "black"

[tool.djlint]
profile = "django"
ignore = "H031,H030,H020,D018"
ignore = "H006,H031,H030,H020,D018"

0 comments on commit 2061de2

Please sign in to comment.