From 9b983412e10baaac7219d31c3df6f6436c76ec02 Mon Sep 17 00:00:00 2001 From: Mark Cornick Date: Thu, 18 Aug 2022 00:31:32 -0400 Subject: [PATCH] Remove pre-commit yaml check --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 90754ba..8112398 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,6 @@ repos: hooks: - id: trailing-whitespace - id: end-of-file-fixer - - id: check-yaml - id: check-added-large-files - repo: https://github.com/pycqa/isort rev: 5.10.1