From edd8b8f41e915ead9b75ed7972b1e2786d0214cf Mon Sep 17 00:00:00 2001 From: Onuralp SEZER Date: Thu, 5 Oct 2023 15:27:37 +0300 Subject: [PATCH] =?UTF-8?q?fix(formatter):=20=F0=9F=90=9B=20exclude=20ipyn?= =?UTF-8?q?b=20for=20pretty-format-json=20formatter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Onuralp SEZER --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 20600806..291958ed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,6 +22,7 @@ repos: - id: detect-private-key - id: forbid-new-submodules - id: pretty-format-json + exclude: demo.ipynb args: ['--autofix', '--no-sort-keys', '--indent=4'] - id: end-of-file-fixer - id: mixed-line-ending