From edb29af912e8c0d088d4589499b9f2ca753d20a3 Mon Sep 17 00:00:00 2001 From: Jonathan Willitts Date: Mon, 18 Nov 2024 14:19:19 +0000 Subject: [PATCH] pre-commit: add `check-yaml` hook --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6718a49..c4ac7ed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,6 +35,7 @@ repos: - id: check-executables-have-shebangs - id: check-merge-conflict - id: check-toml + - id: check-yaml - id: debug-statements - id: detect-private-key - id: fix-byte-order-marker