We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b864a96 commit f3bbb21Copy full SHA for f3bbb21
.pre-commit-config.yaml
@@ -47,7 +47,5 @@ repos:
47
additional_dependencies: [black]
48
- id: nbqa-pyupgrade
49
additional_dependencies: [pyupgrade]
50
- exclude: foundations/quickstart.ipynb
51
- id: nbqa-isort
52
additional_dependencies: [isort]
53
- exclude: notebooks/03-plotting-with-uxarray/high-res.ipynb
_config.yml
@@ -11,8 +11,6 @@ execute:
11
# To execute notebooks via a Binder instead, replace 'cache' with 'binder'
12
execute_notebooks: cache
13
timeout: 600
14
- exclude_patterns:
15
- - "notebooks/03-plotting-with-uxarray/high-res.ipynb"
16
allow_errors: False # cells with expected failures must set the `raises-exception` cell tag
17
18
# Add a few extensions to help with parsing content
0 commit comments