Skip to content

Commit 0f0cfba

Browse files
committed
Ignore vscode settings.json from pre-commit json check
Vscode settings.json follows jsonc (json with comments) format
1 parent f0513cb commit 0f0cfba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
# Exclude elisp files to not clear page breaks
1313
exclude: \.el$
1414
- id: check-json
15-
exclude: (devcontainer\.json|launch\.json)$
15+
exclude: (devcontainer\.json|launch\.json|settings\.json)$
1616
- id: check-toml
1717
- id: check-yaml
1818

0 commit comments

Comments
 (0)