Skip to content

Commit f645f45

Browse files
committed
add .pre-commit-config.yaml
1 parent f8ba185 commit f645f45

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)