From 00449bc15a4719d2adae0a4f3f82e1fcbf79289f Mon Sep 17 00:00:00 2001 From: monosans Date: Mon, 26 Jun 2023 23:35:57 +0300 Subject: [PATCH] Remove djLint pre-commit hook --- .pre-commit-config.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6dc80f94b..b35eae073 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,14 +44,6 @@ repos: hooks: - id: flake8 - - repo: https://github.com/Riverside-Healthcare/djLint - rev: v1.31.0 - hooks: - - id: djlint-reformat-jinja - types_or: [html] - - id: djlint-jinja - types_or: [html] - ci: autoupdate_schedule: weekly skip: []