From 6751d66ed32feab22cae8978e67c4035d831cc06 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 3 Mar 2025 12:19:26 -0600 Subject: [PATCH] PYTHON-5136 Add check-json to pre-commit checks (#328) --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bd6a2351..38e5e3d4 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