Skip to content

Commit

Permalink
flaked out and forgot to install pre-commit hook to clear notebooks. …
Browse files Browse the repository at this point in the history
…testing now.
  • Loading branch information
ahaj committed Nov 8, 2024
1 parent 9b9e2c7 commit 294d00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ repos:
- id: jupyter-nb-clear-output
name: jupyter-nb-clear-output
files: \.ipynb$
stages: [commit]
stages: [pre-commit]
language: system
entry: jupyter nbconvert --ClearOutputPreprocessor.enabled=True --inplace

0 comments on commit 294d00d

Please sign in to comment.