From 62455409e6b3d5f5f884559ac14bdd15f89b1cdb Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Mon, 5 Sep 2022 07:20:30 +0100 Subject: [PATCH] Set DjHTML to use 2 for tabs and comment curlylint --- .pre-commit-config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f536c5..68d7f35 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,5 +19,13 @@ repos: rev: 'v1.5.2' # replace with the latest tag on GitHub hooks: - id: djhtml + args: [-t 2] - id: djcss + exclude : ^core/static/css # slow - id: djjs + exclude: ^core/static/js # slow +# - repo: https://github.com/thibaudcolas/curlylint +# rev: v0.13.1 +# hooks: +# - id: curlylint +# files: \.(html|sls)$