From 42155b01218d51250b33b64287a733bdb6c1dc29 Mon Sep 17 00:00:00 2001 From: Donkie Date: Fri, 29 Dec 2023 00:13:54 +0100 Subject: [PATCH] Removed some unnecessary pre-commit checks --- .pre-commit-config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0618dfd..628d25f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,8 +4,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0 hooks: - - id: trailing-whitespace - - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files - id: check-case-conflict