From f35aa7ffa2f434041cf862db820a897706f43e2e Mon Sep 17 00:00:00 2001 From: Camilo Date: Tue, 7 Nov 2023 13:21:32 -0800 Subject: [PATCH] fix: check-yaml is not desired --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3af6ce97..da44a691 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,6 @@ repos: hooks: - id: trailing-whitespace - id: end-of-file-fixer - - id: check-yaml - id: check-added-large-files - repo: https://github.com/golangci/golangci-lint rev: v1.55.2