From 24578b64fe3962e384ac2b4eb0dae2b2b9cf16d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Wed, 27 Nov 2024 18:47:16 +0100 Subject: [PATCH] disable djlint precommit hook --- .pre-commit-config.yaml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index fa1a5f0..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,20 +0,0 @@ -repos: -# disable due to incomaptible formatting between -# black and ruff -# TODO: replace with ruff when it works on NixOS -# - repo: https://github.com/psf/black -# rev: 24.8.0 -# hooks: -# - id: black -# - repo: https://github.com/pycqa/isort -# rev: 5.13.2 -# hooks: -# - id: isort -# name: isort (python) -- repo: https://github.com/Riverside-Healthcare/djLint - rev: v1.34.0 - hooks: - - id: djlint-reformat-django - args: ["--ignore", "H011"] - - id: djlint-django - args: ["--ignore", "H011"]