The check-json hook from pre-commit/pre-commit-hooks currently does not address the issue of inconsistent mixing between tab and space indentation within the JSON content. This can lead to potential problems, as mixing tabs and spaces for indentation is generally not recommended for JSON files.
|
"performancebug": { |
|
"max_days_in_cache": 7, |
|
"days_lookup": 7, |
|
"confidence_threshold": 0.9 |
|
}, |