We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e01c8f commit c9d5884Copy full SHA for c9d5884
.pre-commit-config.yaml
@@ -23,6 +23,8 @@ repos:
23
- id: check-added-large-files
24
- id: check-ast
25
- id: check-json
26
+ types: [text]
27
+ files: \.(json|template)$
28
- id: pretty-format-json
29
- id: debug-statements
30
- id: check-merge-conflict
0 commit comments