From a1c825554f0611b089ce61f439a9993e0323bd11 Mon Sep 17 00:00:00 2001 From: Andrew Pontzen Date: Fri, 22 Nov 2024 16:38:30 +0000 Subject: [PATCH] Remove problematic trailing-whitespace hook --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4ad3245c..7d964bb3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0 hooks: - - id: trailing-whitespace - id: end-of-file-fixer - id: no-commit-to-branch args: [--branch, master]