From 2cf0d7936e947d2a42dbaa3dc037bd556c790cf7 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Thu, 18 Dec 2025 13:51:50 -0800 Subject: [PATCH] chore(pre-commit): exclude logos from end-of-file-fixer (#36744) Co-authored-by: Claude Opus 4.5 --- .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 e95821998da..0ca94fca54f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,7 +54,7 @@ repos: exclude: ^helm/superset/templates/ - id: debug-statements - id: end-of-file-fixer - exclude: .*/lerna\.json$ + exclude: .*/lerna\.json$|^docs/static/img/logos/ - id: trailing-whitespace exclude: ^.*\.(snap) args: ["--markdown-linebreak-ext=md"]