From 7bf69eb77d85a22852f86d9dacb8668e91d6b612 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 5 Jan 2023 11:18:32 +0530 Subject: [PATCH] chore: fix pre-commit-config --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1eca3075..1b374b09 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: rev: v4.3.0 hooks: - id: trailing-whitespace - files: "frappe.*" + files: "lms.*" exclude: ".*json$|.*txt$|.*csv|.*md|.*svg" - id: check-yaml - id: no-commit-to-branch