Skip to content

Commit 6bd4f4d

Browse files
committed
fix pre-commit-conifg.yaml to let notebooks with pre-ran cells
1 parent f09bcfd commit 6bd4f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
name: Clear output from Jupyter notebooks
1818
description: Clear output from Jupyter notebooks.
1919
files: \.ipynb$
20-
exclude: ^docs/pre_executed
20+
exclude: ^docs/notebooks/.*\.ipynb
2121
stages: [pre-commit]
2222
language: system
2323
entry: jupyter nbconvert --clear-output

0 commit comments

Comments
 (0)