From 7611cec5bd25ae421dd993e5ac6e16e30a95548e Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 20:02:52 +0000 Subject: [PATCH] chore(deps): update pre-commit hook kynan/nbstripout to v0.9.1 | datasource | package | from | to | | ----------- | ---------------- | ----- | ----- | | github-tags | kynan/nbstripout | 0.9.0 | 0.9.1 | --- .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 1d85be5..91d1da9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -53,7 +53,7 @@ repos: # Clean jupyter notebook outputs - repo: https://github.com/kynan/nbstripout - rev: 0.9.0 + rev: 0.9.1 hooks: - id: nbstripout args: [--keep-id]