Skip to content

Commit

Permalink
re-add high-res notebook to config and pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 committed Jan 8, 2025
1 parent b864a96 commit f3bbb21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,5 @@ repos:
additional_dependencies: [black]
- id: nbqa-pyupgrade
additional_dependencies: [pyupgrade]
exclude: foundations/quickstart.ipynb
- id: nbqa-isort
additional_dependencies: [isort]
exclude: notebooks/03-plotting-with-uxarray/high-res.ipynb
2 changes: 0 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ execute:
# To execute notebooks via a Binder instead, replace 'cache' with 'binder'
execute_notebooks: cache
timeout: 600
exclude_patterns:
- "notebooks/03-plotting-with-uxarray/high-res.ipynb"
allow_errors: False # cells with expected failures must set the `raises-exception` cell tag

# Add a few extensions to help with parsing content
Expand Down

0 comments on commit f3bbb21

Please sign in to comment.