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 3d72b46 commit 0bd3e05Copy full SHA for 0bd3e05
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
name: Clear output from Jupyter notebooks
18
description: Clear output from Jupyter notebooks.
19
files: \.ipynb$
20
- exclude: ^docs/pre_executed
+ exclude: ^docs/pre_executed/*
21
stages: [pre-commit]
22
language: system
23
entry: jupyter nbconvert --clear-output
0 commit comments