From 85998bbc38be4a2312b949508088cbe09a27ddc8 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Thu, 21 Jul 2022 13:45:50 +0100 Subject: [PATCH] Add more checkers for pre-commit --- .pre-commit-config.yaml | 8 ++++++-- core/templates/{ => ui}/drilldown.html | 0 2 files changed, 6 insertions(+), 2 deletions(-) rename core/templates/{ => ui}/drilldown.html (100%) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4e70fd3..273097e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: rev: 22.6.0 hooks: - id: black - exclude: \.py-tpl$ + exclude: ^core/migrations - repo: https://github.com/PyCQA/isort rev: 5.10.1 hooks: @@ -16,4 +16,8 @@ repos: - repo: https://github.com/pre-commit/mirrors-eslint rev: v8.18.0 hooks: - - id: eslint \ No newline at end of file + - id: eslint + - repo: https://github.com/thibaudcolas/curlylint + rev: v0.13.1 + hooks: + - id: curlylint \ No newline at end of file diff --git a/core/templates/drilldown.html b/core/templates/ui/drilldown.html similarity index 100% rename from core/templates/drilldown.html rename to core/templates/ui/drilldown.html