Skip to content

Commit d2a584b

Browse files
chore(deps): update pre-commit hook kynan/nbstripout to v0.9.1 (#345)
This PR contains the following updates: | Package | Type | Update | Change | | --- ## Generated Summary - Upgraded nbstripout version from 0.9.0 to 0.9.1 in the pre-commit configuration. - Applies an update to the Jupyter notebook output cleaning hook. This summary was generated with ❤️ by [rigging](https://docs.dreadnode.io/rigging/) | [kynan/nbstripout](https://redirect.github.com/kynan/nbstripout) | repository | patch | `0.9.0` → `0.9.1` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>kynan/nbstripout (kynan/nbstripout)</summary> ### [`v0.9.1`](https://redirect.github.com/kynan/nbstripout/blob/HEAD/CHANGELOG.md#091---2026-02-21) [Compare Source](https://redirect.github.com/kynan/nbstripout/compare/0.9.0...0.9.1) - Don't rewrite files when there is no change ([@&#8203;s-weigand](https://redirect.github.com/s-weigand), [#&#8203;210](https://redirect.github.com/kynan/nbstripout/issues/210)) - Add `--unix-newline` flag to force using LF linebreaks ([@&#8203;s-weigand](https://redirect.github.com/s-weigand), [#&#8203;209](https://redirect.github.com/kynan/nbstripout/issues/209)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zMS4wIiwidXBkYXRlZEluVmVyIjoiNDMuMzEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents 0200730 + 7611cec commit d2a584b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ repos:
5353

5454
# Clean jupyter notebook outputs
5555
- repo: https://github.com/kynan/nbstripout
56-
rev: 0.9.0
56+
rev: 0.9.1
5757
hooks:
5858
- id: nbstripout
5959
args: [--keep-id]

0 commit comments

Comments
 (0)