From 4253804e4e765f1db7645ceb787c89aa5514fe3c Mon Sep 17 00:00:00 2001 From: connortann <71127464+connortann@users.noreply.github.com> Date: Wed, 26 Jul 2023 14:51:03 +0100 Subject: [PATCH] Add jupyter as an excluded type for pretty-format-json --- .pre-commit-hooks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index c0d811c..1d5628b 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -59,6 +59,7 @@ entry: pretty-format-json language: python types: [json] + exclude_types: [jupyter] - id: check-merge-conflict name: check for merge conflicts description: checks for files that contain merge conflict strings.