From e7d877bc752779f5d25aa12b668664ea981839af Mon Sep 17 00:00:00 2001
From: "Peter J. A. Cock" 
Date: Sat, 14 Jun 2025 08:37:52 +0900
Subject: [PATCH] Exclude sample JSON files with comment headers
[ci skip]
---
 .pre-commit-config.yaml | 1 +
 1 file changed, 1 insertion(+)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index f974bae8..e1512cfa 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -7,6 +7,7 @@ repos:
     -   id: check-case-conflict
     -   id: check-executables-have-shebangs
     -   id: check-json
+        exclude: ^(\.vscode/extensions.json|\.devcontainer/devcontainer.json)
     -   id: check-merge-conflict
     -   id: check-shebang-scripts-are-executable
     -   id: check-symlinks