Skip to content

Commit

Permalink
exclude test notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
manulera committed Sep 30, 2024
1 parent e951123 commit 54a7135
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ repos:
python -m nbstripout --keep-output $@
language: system
files: \.ipynb$
exclude: tests/
6 changes: 3 additions & 3 deletions tests/jupyter_test_repr.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1411,9 +1411,9 @@
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python [conda env:bjorn311]",
"display_name": ".venv",
"language": "python",
"name": "conda-env-bjorn311-py"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -1425,7 +1425,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.7"
"version": "3.12.6"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 54a7135

Please sign in to comment.