Skip to content

Commit 2a98668

Browse files
chore(deps): update pre-commit hook kynan/nbstripout to v0.9.0 (#328)
This PR contains the following updates: | Package | Type | Update | Change | | --- ## Generated Summary - Updated nbstripout revision from 0.8.2 to 0.9.0 to incorporate the latest improvements. - Maintained existing configuration with no breaking changes. This summary was generated with ❤️ by [rigging](https://docs.dreadnode.io/rigging/) | [kynan/nbstripout](https://redirect.github.com/kynan/nbstripout) | repository | minor | `0.8.2` → `0.9.0` | 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.0`](https://redirect.github.com/kynan/nbstripout/blob/HEAD/CHANGELOG.md#090---2026-01-17) [Compare Source](https://redirect.github.com/kynan/nbstripout/compare/0.8.2...0.9.0) - Add GitHub Action checking that output is stripped ([@&#8203;lagamura](https://redirect.github.com/lagamura), [#&#8203;205](https://redirect.github.com/kynan/nbstripout/issues/205), [#&#8203;207](https://redirect.github.com/kynan/nbstripout/issues/207)) - Add `--drop-output-type`, `--keep-output-type` flags ([@&#8203;rgeorgi](https://redirect.github.com/rgeorgi), [#&#8203;175](https://redirect.github.com/kynan/nbstripout/issues/175), [#&#8203;204](https://redirect.github.com/kynan/nbstripout/issues/204)) - Drop support for Python 3.8 and 3.9, add support for Python 3.13 and 3.14 - Migrate to pyproject.toml, remove setup.py and setup.cfg </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NC4wIiwidXBkYXRlZEluVmVyIjoiNDIuODQuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents 5f9b33d + 5a71a59 commit 2a98668

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.8.2
56+
rev: 0.9.0
5757
hooks:
5858
- id: nbstripout
5959
args: [--keep-id]

0 commit comments

Comments
 (0)