From b1aa8ae635f89dbddc751d220d98820f1c861a6c Mon Sep 17 00:00:00 2001 From: Gabriel Schubiner Date: Thu, 4 Apr 2024 17:48:12 -0400 Subject: [PATCH] Exclude jupyter notebooks from pre-commit JSON reformatting. --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9678e80..6fd67d8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,6 +42,7 @@ repos: - --autofix - --indent=4 - --no-sort-keys + exclude_types: [jupyter] - id: check-merge-conflict - id: check-yaml - id: check-json