Ignore vscode settings.json from pre-commit json check

Vscode settings.json follows jsonc (json with comments) format
This commit is contained in:
Debanjum
2025-07-08 21:47:19 -07:00
parent f0513cbbb1
commit 0f0cfba624

View File

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