diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 91a65a9..cce6db9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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