From 93ceac36be83e320df22290b6aad0e0ca18005b3 Mon Sep 17 00:00:00 2001 From: Aleix Alcacer Date: Mon, 9 Oct 2023 12:04:26 +0200 Subject: [PATCH] Fix pre-commit config --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 50ecbf2..7b45c30 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: check-ast - id: check-docstring-first - id: check-json - - id: pretty-format-json +# - id: pretty-format-json - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace