From f3bbb21f4f46858634bc9f6158cb22e185ed82fb Mon Sep 17 00:00:00 2001 From: Philip Chmielowiec <67855069+philipc2@users.noreply.github.com> Date: Wed, 8 Jan 2025 17:02:06 -0600 Subject: [PATCH] re-add high-res notebook to config and pre-commit --- .pre-commit-config.yaml | 2 -- _config.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6376056..4fa4c46 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/_config.yml b/_config.yml index 608e432..db383cc 100644 --- a/_config.yml +++ b/_config.yml @@ -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