From 61fa2fba7e11a7fb48d06660260a690d39bf7a0e Mon Sep 17 00:00:00 2001 From: Jakob Duerrwaechter Date: Fri, 20 Dec 2024 17:45:20 +0100 Subject: [PATCH] another try of fixing jupytext md --- .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 e726142..06bc7c1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: rev: v1.16.5 hooks: - id: jupytext - args: [--sync] + args: [--sync, docs/examples/] - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: