From 3fd777ec1ada0ec4dc532088086e3fd5d8dae622 Mon Sep 17 00:00:00 2001 From: Kevin Broch Date: Fri, 7 Jun 2024 14:03:57 -0700 Subject: [PATCH] exclude svg from lint checks Signed-off-by: Kevin Broch --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c2654dc2..7c1246e8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,8 +7,10 @@ repos: - id: check-symlinks - id: check-yaml - id: end-of-file-fixer + exclude: \.svg$ - id: trailing-whitespace args: [--markdown-linebreak-ext=md] + exclude: \.svg$ - repo: local hooks: