2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

- 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)
This commit is contained in:
Miklós Márton
2023-05-27 00:52:10 +02:00
committed by GitHub
parent 11f816a787
commit 21dafdee8e
5 changed files with 5 additions and 5 deletions

View File

@ -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