From f82b9eb61108d4ced7d46c436b9d73caf75c1a5d Mon Sep 17 00:00:00 2001 From: "Gustavo H. X. Shiroma" Date: Wed, 6 Mar 2024 14:42:32 -0800 Subject: [PATCH] update .pre-commit-config.yaml file --- .pre-commit-config.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fd16ba2d..1da089cb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,4 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.2.0 hooks: - - id: trailing-whitespace - - id: end-of-file-fixer - - id: check-yaml - id: check-added-large-files