From a929e8b48fdcf6d6faa2ec3c12aacb5570eb5ea3 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 3 Mar 2025 05:36:58 -0600 Subject: [PATCH] PYTHON-5136 Add check-json to pre-commit checks --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a0b06ab0dc..335bf97490 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,6 +6,7 @@ repos: - id: check-added-large-files - id: check-case-conflict - id: check-toml + - id: check-json - id: check-yaml exclude: template.yaml - id: debug-statements