From 84f488f06a518374842ff40e5defc4c1219c3981 Mon Sep 17 00:00:00 2001 From: bronsen Date: Sun, 22 Feb 2026 12:17:12 +0100 Subject: [PATCH] prek: we don't have yamls to check --- prek.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/prek.toml b/prek.toml index 888680c..e22ef62 100644 --- a/prek.toml +++ b/prek.toml @@ -10,7 +10,6 @@ hooks = [ { id = "check-case-conflict" }, { id = "check-merge-conflict" }, { id = "check-toml" }, - { id = "check-yaml" }, { id = "end-of-file-fixer" }, { id = "mixed-line-ending", args = [ "--fix=lf" ] }, { id = "trailing-whitespace", args = [ "--markdown-linebreak-ext=md" ] },