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