From 72d936171037c755206cf21e39cdd04c1c0b508a 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 ceaecce43..584b71eb2 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