From 128390a7f293fa5605be70551a714b69e3522846 Mon Sep 17 00:00:00 2001 From: Viet Nguyen Date: Thu, 21 Nov 2024 13:39:08 +1100 Subject: [PATCH] exclude json check for notebook files --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3de92a5..7931b97 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,6 +15,7 @@ repos: - "--autofix" - "--indent=2" - "--no-sort-keys" + exclude: \.ipynb$ - id: end-of-file-fixer exclude: \.ipynb$ - id: check-yaml