mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 12:06:53 +00:00
pretty-format-json: ignore original newline presence or absence
This commit is contained in:
parent
2d948977cf
commit
10e3730a81
4 changed files with 15 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ repos:
|
|||
hooks:
|
||||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
exclude: testing/resources/pretty_formatted_json_no_endline.json
|
||||
- id: check-yaml
|
||||
- id: debug-statements
|
||||
- id: double-quote-string-fixer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue