From 21dafdee8ef7038c301fafaeb818a230d264c36d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20M=C3=A1rton?= Date: Sat, 27 May 2023 00:52:10 +0200 Subject: [PATCH] - Bump djLint to 1.29.0 (from 1.25.0) in the CI linting scripts (#4907) - Add alt attribute to the img tags in the templates (required by the bump) --- .pre-commit-config.yaml | 2 +- InvenTree/build/templates/build/build_base.html | 2 +- InvenTree/order/templates/order/order_base.html | 2 +- InvenTree/order/templates/order/return_order_base.html | 2 +- InvenTree/order/templates/order/sales_order_base.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d8e11a1211..14800683a8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,6 +41,6 @@ repos: args: [requirements.in, -o, requirements.txt] files: ^requirements\.(in|txt)$ - repo: https://github.com/Riverside-Healthcare/djLint - rev: v1.25.0 + rev: v1.29.0 hooks: - id: djlint-django diff --git a/InvenTree/build/templates/build/build_base.html b/InvenTree/build/templates/build/build_base.html index f811d30474..b0aed7ba38 100644 --- a/InvenTree/build/templates/build/build_base.html +++ b/InvenTree/build/templates/build/build_base.html @@ -15,7 +15,7 @@ {% endblock breadcrumbs %} {% block thumbnail %} -