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