We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ba185 commit f645f45Copy full SHA for f645f45
.pre-commit-config.yaml
@@ -0,0 +1,9 @@
1
+repos:
2
+ - repo: https://github.com/kynan/nbstripout
3
+ rev: 0.7.1
4
+ hooks:
5
+ - id: nbstripout
6
+ name: nbstripout - Strip outputs from notebooks
7
+ args:
8
+ - --extra-keys
9
+ - "metadata.kernelspec metadata.language_info"
0 commit comments