From f4d02c2888f205eb3b2c274db28479eb09f863bc Mon Sep 17 00:00:00 2001 From: cthomas Date: Mon, 17 Feb 2025 09:57:20 -0800 Subject: [PATCH] chore: add otel collector configs for kub cluster (#942) --- .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 ceaecce4..584b71eb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: rev: v2.3.0 hooks: - id: check-yaml - exclude: 'docs/.*|tests/data/.*|configs/.*' + exclude: 'docs/.*|tests/data/.*|configs/.*|helm/.*' - id: end-of-file-fixer exclude: 'docs/.*|tests/data/.*|letta/server/static_files/.*|.*/.*\.(scss|css|html)' - id: trailing-whitespace