From 933a017335f4106a3e2bf4f44d3cdcf473147641 Mon Sep 17 00:00:00 2001 From: Kevin Radloff Date: Thu, 13 Feb 2025 08:29:07 -0500 Subject: [PATCH] Attempt to fix pre-commit hooks. --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d97e1bc..69badd6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,6 +7,6 @@ repos: rev: v5.0.0 hooks: - id: trailing-whitespace - exclude: *build + exclude: dist - id: end-of-file-fixer - exclude: *build + exclude: dist