From eb39cfc6cd4d5215ab1a1e62ac4de0ae612885f5 Mon Sep 17 00:00:00 2001 From: Shubham Naik Date: Wed, 8 Jan 2025 10:53:24 -0800 Subject: [PATCH] chore: fix end fo file fixer (#541) Co-authored-by: Shubham Naik --- .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 a375dacd..6d9b7491 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: check-yaml exclude: 'docs/.*|tests/data/.*|configs/.*' - id: end-of-file-fixer - exclude: 'docs/.*|tests/data/.*|letta/server/static_files/.*' + exclude: 'docs/.*|tests/data/.*|letta/server/static_files/.*|.*/.*\.(scss|css|html)' - id: trailing-whitespace exclude: 'docs/.*|tests/data/.*|letta/server/static_files/.*'