diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 63811ea..cbcae09 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,6 +6,7 @@ repos: - id: check-added-large-files - id: check-case-conflict - id: check-executables-have-shebangs + - id: check-json - id: check-merge-conflict - id: check-shebang-scripts-are-executable - id: check-symlinks @@ -14,8 +15,12 @@ repos: - id: end-of-file-fixer exclude: examples/ignore/example-ignore.md - id: fix-byte-order-marker - - id: forbid-new-submodules + - id: forbid-submodules - id: mixed-line-ending + - id: no-commit-to-branch + - id: pretty-format-json + args: + - --autofix - id: trailing-whitespace exclude: examples/ignore/example-ignore.md