Skip to content

Commit 46a64fc

Browse files
committed
pre-commit: Add nbstripout hook
1 parent 0f5a811 commit 46a64fc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ repos:
2525
- id: ruff-check
2626
args: [--fix, --exit-non-zero-on-fix]
2727
- id: ruff-format
28+
- repo: https://github.com/kynan/nbstripout
29+
rev: 0.8.1
30+
hooks:
31+
- id: nbstripout
2832
- repo: https://github.com/pre-commit/mirrors-mypy
2933
rev: v1.16.1
3034
hooks:

0 commit comments

Comments
 (0)