Skip to content

Commit

Permalink
fix: keep output from notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Burling committed Jul 25, 2022
1 parent 265379d commit b7a75cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ repos:
rev: 0.5.0
hooks:
- id: nbstripout
exclude: notebooks/01-pipeline-diagram.ipynb
args:
- "--keep-output"
- "--strip-empty-cells"

# python linting
- repo: https://github.com/pycqa/flake8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ repos:
rev: 0.5.0
hooks:
- id: nbstripout
args:
- "--keep-output"
- "--strip-empty-cells"

# python linting
- repo: https://github.com/pycqa/flake8
Expand Down

0 comments on commit b7a75cc

Please sign in to comment.