From d09a701adf9a6abbdadbcf7af51cd1fbe25c4d6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20No=C3=ABl?= Date: Mon, 9 Sep 2024 16:47:50 -0700 Subject: [PATCH] pre-commit --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6acad47cc..346a030ee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: check-docstring-first - id: check-symlinks - id: check-yaml - exclude: "charts/paradedb/" # Exclude all files in the charts/paradedb/ directory, which aren't standard YAML + exclude: "charts/cluster/" # Exclude all files in the charts/cluster/ directory, which aren't standard YAML - id: check-json - id: check-xml - id: check-ast @@ -41,4 +41,4 @@ repos: rev: v3.0.3 hooks: - id: prettier - exclude: "charts/paradedb/" # Exclude all files in the charts/paradedb/ directory, which aren't standard YAML + exclude: "charts/cluster/" # Exclude all files in the charts/cluster/ directory, which aren't standard YAML