From 054cd00bac511e0db05364564f82e4ddb6ccc7ad Mon Sep 17 00:00:00 2001 From: Jonas Eschle Date: Wed, 10 Jan 2024 19:16:25 -0500 Subject: [PATCH] ci: update pre-commit cleaning --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b501ee7..766ca8e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -75,6 +75,12 @@ repos: - id: black language: python + + - repo: https://github.com/janosh/format-ipy-cells + rev: v0.1.10 + hooks: + - id: format-ipy-cells + - repo: https://github.com/kynan/nbstripout rev: 0.6.1 hooks: