We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nbstripout
1 parent 0f5a811 commit 46a64fcCopy full SHA for 46a64fc
1 file changed
.pre-commit-config.yaml
@@ -25,6 +25,10 @@ repos:
25
- id: ruff-check
26
args: [--fix, --exit-non-zero-on-fix]
27
- id: ruff-format
28
+ - repo: https://github.com/kynan/nbstripout
29
+ rev: 0.8.1
30
+ hooks:
31
+ - id: nbstripout
32
- repo: https://github.com/pre-commit/mirrors-mypy
33
rev: v1.16.1
34
hooks:
0 commit comments