We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pre-commit
check-json
1 parent 3bd5ebf commit 0347ff4Copy full SHA for 0347ff4
.pre-commit-config.yaml
@@ -184,7 +184,8 @@ repos:
184
- id: check-docstring-first
185
- id: check-executables-have-shebangs
186
- id: check-illegal-windows-names
187
- # - id: check-json
+ - id: check-json
188
+ exclude: ^docs/usecases/data/testPolygon\.json$|^spark/common/src/test/resources/.*\.json$
189
- id: check-merge-conflict
190
- id: check-shebang-scripts-are-executable
191
- id: check-toml
0 commit comments