From 550814f125abd15d953e37504237bb61451a8e2f Mon Sep 17 00:00:00 2001 From: David Ochoa Date: Sun, 3 Dec 2023 22:01:46 +0000 Subject: [PATCH] fix: adjusted prettier --- .pre-commit-config.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e8e0ceb64..6d0dec3d4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,11 +10,6 @@ repos: - id: check-json - id: check-toml - id: check-yaml - - id: pretty-format-json - args: - - --autofix - - --no-ensure-ascii - - --no-sort-keys - id: check-ast - id: debug-statements - id: check-docstring-first