From a306818e49c5a8e0125b06197faafc252d7c84f8 Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Mon, 13 Nov 2023 11:53:55 +0530 Subject: [PATCH] ci: Ignore website theme file which has jinja in it --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fafe8bd3fb..7161bb90ae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,8 @@ repos: .*boilerplate.*| frappe/www/website_script.js| frappe/templates/includes/.*| - frappe/public/js/lib/.* + frappe/public/js/lib/.*| + frappe/website/doctype/website_theme/website_theme_template.scss )$