Skip to content

Commit 3e38fc2

Browse files
committed
update pre-commit config
1 parent c560541 commit 3e38fc2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ repos:
3535
- id: pretty-format-toml
3636
args: [--autofix]
3737

38+
- repo: https://github.com/kynan/nbstripout
39+
rev: 0.8.1
40+
hooks:
41+
- id: nbstripout
42+
files: ".ipynb"
43+
3844
- repo: https://github.com/srstevenson/nb-clean
3945
rev: 4.0.1
4046
hooks:

0 commit comments

Comments
 (0)