diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8693790..937d3e0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,6 +31,8 @@ repos: - id: check-yaml args: [--unsafe] - id: check-json + # Exclude JSONC files (VS Code configs, TypeScript configs) and compile_commands.json + exclude: ^(\.vscode/|.*/\.vscode/|C/compile_commands\.json|.*tsconfig.*\.json) - id: check-toml - id: check-xml - id: check-added-large-files