Skip to content

Commit b2851d2

Browse files
[pre-commit.ci] pre-commit autoupdate (#349)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 26.1.0](psf/black-pre-commit-mirror@25.9.0...26.1.0) - [github.com/keewis/blackdoc: v0.4.5 → v0.4.6](keewis/blackdoc@v0.4.5...v0.4.6) - [github.com/kynan/nbstripout: 0.8.1 → 0.9.0](kynan/nbstripout@0.8.1...0.9.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 960a5ee commit b2851d2

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ repos:
1919
- id: codespell
2020

2121
- repo: https://github.com/psf/black-pre-commit-mirror
22-
rev: 25.9.0
22+
rev: 26.1.0
2323
hooks:
2424
- id: black
2525
- id: black-jupyter
2626

2727
- repo: https://github.com/keewis/blackdoc
28-
rev: v0.4.5
28+
rev: v0.4.6
2929
hooks:
3030
- id: blackdoc
3131

@@ -45,7 +45,7 @@ repos:
4545
- id: prettier
4646

4747
- repo: https://github.com/kynan/nbstripout
48-
rev: 0.8.1
48+
rev: 0.9.0
4949
hooks:
5050
- id: nbstripout
5151
args: [--extra-keys=metadata.kernelspec metadata.language_info.version]

intermediate/indexing/advanced-indexing.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@
147147
"import numpy as np\n",
148148
"import xarray as xr\n",
149149
"\n",
150-
"\n",
151150
"xr.set_options(display_expand_attrs=False)\n",
152151
"np.set_printoptions(threshold=10, edgeitems=2)\n",
153152
"%config InlineBackend.figure_format='retina'\n",

intermediate/remote_data/remote-data.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
"import sys\n",
5858
"from IPython.display import Code\n",
5959
"\n",
60-
"\n",
6160
"tracing_output = []\n",
6261
"_match_pattern = \"xarray\"\n",
6362
"\n",

0 commit comments

Comments
 (0)