Ignore devcontainer, launch.json from json pre-commit validation

They follow jsonc format and allow comments but fail the json
validator. This is a spurious error and should be ignored
This commit is contained in:
Debanjum
2025-06-03 21:42:31 -07:00
parent d618f2d650
commit f6e2eebecc

View File

@@ -12,6 +12,7 @@ repos:
# Exclude elisp files to not clear page breaks # Exclude elisp files to not clear page breaks
exclude: \.el$ exclude: \.el$
- id: check-json - id: check-json
exclude: (devcontainer\.json|launch\.json)$
- id: check-toml - id: check-toml
- id: check-yaml - id: check-yaml