Skip to content

Commit f3bbb21

Browse files
committed
re-add high-res notebook to config and pre-commit
1 parent b864a96 commit f3bbb21

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,5 @@ repos:
4747
additional_dependencies: [black]
4848
- id: nbqa-pyupgrade
4949
additional_dependencies: [pyupgrade]
50-
exclude: foundations/quickstart.ipynb
5150
- id: nbqa-isort
5251
additional_dependencies: [isort]
53-
exclude: notebooks/03-plotting-with-uxarray/high-res.ipynb

_config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ execute:
1111
# To execute notebooks via a Binder instead, replace 'cache' with 'binder'
1212
execute_notebooks: cache
1313
timeout: 600
14-
exclude_patterns:
15-
- "notebooks/03-plotting-with-uxarray/high-res.ipynb"
1614
allow_errors: False # cells with expected failures must set the `raises-exception` cell tag
1715

1816
# Add a few extensions to help with parsing content

0 commit comments

Comments
 (0)