From 70817af5fb6d84aefad245ec7de21ba672b5d57a Mon Sep 17 00:00:00 2001 From: Omar Soriano Date: Mon, 3 Jun 2024 18:08:09 +0000 Subject: [PATCH] Also remove djlint-format --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 951603917e..461994e517 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,6 +12,5 @@ repos: - repo: https://github.com/djlint/djLint rev: v1.34.1 hooks: - - id: djlint-reformat-django - id: djlint-django args: [--ignore="H031"]