From 0c107df03dbbd4c9892c052fbef96982dd2d8728 Mon Sep 17 00:00:00 2001 From: Utkarsh-Patel-13 Date: Thu, 24 Jul 2025 15:28:48 -0700 Subject: [PATCH] removed trim trailing whitespace --- .pre-commit-config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7986a6a85..4486a9fad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,8 +6,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - - id: trailing-whitespace - exclude: '\.md$' - id: check-yaml args: [--multi, --unsafe] - id: check-json