From 60b851096120938dab9c53bae796a1bca1c09b76 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 26 Jan 2024 14:04:32 -0500 Subject: [PATCH] Enable djlint formatting pre-commit hook --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2563599..ebe05e6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,6 +11,7 @@ repos: rev: v1.34.1 hooks: - id: djlint-django + - id: djlint-reformat-django - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.1.13