From ca16e39be7c23a2a88c45d74988107139502856e Mon Sep 17 00:00:00 2001 From: Edward Kim <109497216+edknv@users.noreply.github.com> Date: Thu, 6 Feb 2025 12:44:33 -0800 Subject: [PATCH] Adjust trailing-whitespace hook to ignore the data directory (#410) --- .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 0868ada6..df6bba5b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: rev: v5.0.0 hooks: - id: trailing-whitespace - exclude: '^(docs)' + exclude: '^(docs|data)' - id: end-of-file-fixer - id: check-added-large-files args: [-- maxkb=1500]