We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f349fe7 commit cd86d5aCopy full SHA for cd86d5a
1 file changed
.pre-commit-config.yaml
@@ -30,9 +30,11 @@ repos:
30
- id: check-case-conflict
31
- id: check-merge-conflict
32
- id: check-yaml
33
- args: [--unsafe] # Allow custom YAML tags
+ args: [--unsafe] # Allow custom YAML tags
34
exclude: ^tests/functional/.*/cassettes/.*\.yaml$
35
- id: check-json
36
+ # VS Code config files are JSONC (comments allowed); skip strict JSON parsing
37
+ exclude: ^\.vscode/.*\.json$
38
- id: check-toml
39
- id: end-of-file-fixer
40
0 commit comments