From 8bfab20780f289b0a22adfc509f50a2e08a1dd82 Mon Sep 17 00:00:00 2001 From: David Arnold Date: Sun, 20 Oct 2024 17:04:24 +0200 Subject: [PATCH] chore: re-enable yaml check (#28196) closes: #28183 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4706860885..4b2f0455cc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: check-ast - id: check-json - id: check-toml - # - id: check-yaml + - id: check-yaml - id: debug-statements exclude: ^frappe/tests/classes/context_managers\.py$