Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ repos:
- id: codespell

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.9.0
rev: 26.1.0
hooks:
- id: black
- id: black-jupyter

- repo: https://github.com/keewis/blackdoc
rev: v0.4.5
rev: v0.4.6
hooks:
- id: blackdoc

Expand All @@ -45,7 +45,7 @@ repos:
- id: prettier

- repo: https://github.com/kynan/nbstripout
rev: 0.8.1
rev: 0.9.0
hooks:
- id: nbstripout
args: [--extra-keys=metadata.kernelspec metadata.language_info.version]
1 change: 0 additions & 1 deletion intermediate/indexing/advanced-indexing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@
"import numpy as np\n",
"import xarray as xr\n",
"\n",
"\n",
"xr.set_options(display_expand_attrs=False)\n",
"np.set_printoptions(threshold=10, edgeitems=2)\n",
"%config InlineBackend.figure_format='retina'\n",
Expand Down
1 change: 0 additions & 1 deletion intermediate/remote_data/remote-data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"import sys\n",
"from IPython.display import Code\n",
"\n",
"\n",
"tracing_output = []\n",
"_match_pattern = \"xarray\"\n",
"\n",
Expand Down
Loading