From 145603ab3b664e5b4e73754f87cfa6e2e74e5710 Mon Sep 17 00:00:00 2001 From: alfi0812 <43101280+alfi0812@users.noreply.github.com> Date: Wed, 16 Oct 2024 19:40:01 +0200 Subject: [PATCH] Update .pre-commit-config.yaml (#27786) --- .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 ec9aa943abb..f77fe671625 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -53,5 +53,5 @@ repos: rev: v3.1.0 hooks: - id: prettier - exclude: (^archive|templates\/.*|crds\/.*|README.md|CHANGELOG.md|questions.yaml|devcontainer.json) + exclude: (^archive|templates\/.*|crds\/.*|README.md|CHANGELOG.md|questions.yaml|devcontainer.json|^clustertool) files: \.(js|ts|jsx|tsx|css|less|html|json|markdown|md|yaml|yml)$