Skip to content

Commit

Permalink
Fix typo in args to json formatting hook
Browse files Browse the repository at this point in the history
  • Loading branch information
GereonV committed Dec 1, 2024
1 parent 4fb256e commit c892702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
- id: mixed-line-ending
args: [--fix=lf]
- id: pretty-format-json
args: [--autofix, --ident=4, --no-sort-keys]
args: [--autofix, --indent=4, --no-sort-keys]
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
Expand Down

0 comments on commit c892702

Please sign in to comment.