Skip to content

Commit 4f15ad4

Browse files
authored
Update djlint to 1.38.1 (#6616)
1 parent b989df1 commit 4f15ad4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ repos:
5151
- id: pyproject-fmt
5252

5353
- repo: https://github.com/djlint/djLint
54-
rev: v1.37.0
54+
rev: v1.38.1
5555
hooks:
5656
- id: djlint-reformat-django
5757
- id: djlint-django

{{cookiecutter.project_slug}}/requirements/local.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ sphinx-autobuild==2025.8.25 # https://github.com/GaretJax/sphinx-autobuild
2828
# ------------------------------------------------------------------------------
2929
ruff==0.15.16 # https://github.com/astral-sh/ruff
3030
coverage==7.14.1 # https://github.com/nedbat/coveragepy
31-
djlint==1.37.0 # https://github.com/Riverside-Healthcare/djLint
31+
djlint==1.38.1 # https://github.com/djlint/djLint
3232
pre-commit==4.6.0 # https://github.com/pre-commit/pre-commit
3333

3434
# Django

0 commit comments

Comments
 (0)