From 373c1ec314357a91f84fccae06e2c2b78963aa53 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Mon, 4 Dec 2023 21:43:00 -0500 Subject: [PATCH] Add params to json beautifier --- .pre-commit-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 279e5e4..0dbaab5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,6 +13,9 @@ repos: - id: check-added-large-files - id: check-case-conflict - id: pretty-format-json + args: + - "--autofix" + - "--no-sort-keys" - id: check-symlinks - id: detect-private-key - id: sort-simple-yaml