Skip to content

Commit

Permalink
Merge pull request #433 from fast-aircraft-design/nbstripout
Browse files Browse the repository at this point in the history
Added nbstripout to dependencies and pre-commit
  • Loading branch information
ScottDelbecq committed Apr 8, 2022
2 parents 34a4542 + 473d58f commit 4f6f252
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ repos:
language: python
pass_filenames: false
files: 'poetry.lock'

- id: nbstripout
name: nbstripout
description: 'nbstripout: strip output from Jupyter and IPython notebooks'
entry: nbstripout
language: python
types: [ jupyter ]
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ mypy-extensions==0.4.3; python_full_version >= "3.6.2"
nbclassic==0.3.2; python_version >= "3.6"
nbconvert==5.6.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
nbformat==5.1.3; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
nbstripout==0.5.0; python_version >= "3.5"
nbval==0.9.6
networkx==2.6.3; python_version >= "3.7" and python_version < "4.0"
nodeenv==1.6.0; python_full_version >= "3.6.1"
Expand Down

0 comments on commit 4f6f252

Please sign in to comment.