Skip to content

Commit

Permalink
fix: pre-commit stages
Browse files Browse the repository at this point in the history
  • Loading branch information
JPXKQX committed Oct 16, 2024
1 parent 1fabec6 commit dd55020
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 @@ -5,7 +5,7 @@ repos:
- id: clear-notebooks-output
name: clear-notebooks-output
files: tools/.*\.ipynb$
stages: [Nonepre-commitNone]
stages: [pre-commit]
language: python
entry: jupyter nbconvert --ClearOutputPreprocessor.enabled=True --inplace
additional_dependencies: [jupyter]
Expand Down

0 comments on commit dd55020

Please sign in to comment.