Skip to content

Commit a7e36f3

Browse files
[pre-commit.ci] pre-commit autoupdate (#350)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.3.5](astral-sh/ruff-pre-commit@v0.1.9...v0.3.5) - [github.com/psf/black-pre-commit-mirror: 23.12.1 → 24.3.0](psf/black-pre-commit-mirror@23.12.1...24.3.0) - [github.com/nbQA-dev/nbQA: 1.7.1 → 1.8.5](nbQA-dev/nbQA@1.7.1...1.8.5) - [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](kynan/nbstripout@0.6.1...0.7.1) - [github.com/abravalheri/validate-pyproject: v0.15 → v0.16](abravalheri/validate-pyproject@v0.15...v0.16) - [github.com/rhysd/actionlint: v1.6.26 → v1.6.27](rhysd/actionlint@v1.6.26...v1.6.27) * [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 90393df commit a7e36f3

File tree

7 files changed

+93
-98
lines changed

7 files changed

+93
-98
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
66
# Ruff version.
7-
rev: "v0.1.9"
7+
rev: "v0.3.5"
88
hooks:
99
- id: ruff
1010
args: ["--fix", "--show-fixes"]
@@ -23,7 +23,7 @@ repos:
2323
- id: check-docstring-first
2424

2525
- repo: https://github.com/psf/black-pre-commit-mirror
26-
rev: 23.12.1
26+
rev: 24.3.0
2727
hooks:
2828
- id: black
2929

@@ -36,14 +36,14 @@ repos:
3636
- mdformat-myst
3737

3838
- repo: https://github.com/nbQA-dev/nbQA
39-
rev: 1.7.1
39+
rev: 1.8.5
4040
hooks:
4141
- id: nbqa-black
4242
- id: nbqa-ruff
4343
args: [--fix]
4444

4545
- repo: https://github.com/kynan/nbstripout
46-
rev: 0.6.1
46+
rev: 0.7.1
4747
hooks:
4848
- id: nbstripout
4949
args: [--extra-keys=metadata.kernelspec metadata.language_info.version]
@@ -56,12 +56,12 @@ repos:
5656
- tomli
5757

5858
- repo: https://github.com/abravalheri/validate-pyproject
59-
rev: v0.15
59+
rev: v0.16
6060
hooks:
6161
- id: validate-pyproject
6262

6363
- repo: https://github.com/rhysd/actionlint
64-
rev: v1.6.26
64+
rev: v1.6.27
6565
hooks:
6666
- id: actionlint
6767
files: ".github/workflows/"

docs/source/user-stories/climatology-hourly.ipynb

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "84e8bbee-90cc-4e6a-bf89-c56dc19c11ca",
5+
"id": "0",
66
"metadata": {},
77
"source": [
88
"# More climatology reductions\n",
@@ -26,7 +26,7 @@
2626
{
2727
"cell_type": "code",
2828
"execution_count": null,
29-
"id": "727f490e-906a-4537-ac5e-3c67985cd6d5",
29+
"id": "1",
3030
"metadata": {},
3131
"outputs": [
3232
{
@@ -73,7 +73,7 @@
7373
{
7474
"cell_type": "code",
7575
"execution_count": null,
76-
"id": "6085684f-cafa-450c-8448-d5c9c1cbb55f",
76+
"id": "2",
7777
"metadata": {},
7878
"outputs": [
7979
{
@@ -98,7 +98,7 @@
9898
},
9999
{
100100
"cell_type": "markdown",
101-
"id": "5380714a-b35f-4fb0-8b3d-7528ef7a7595",
101+
"id": "3",
102102
"metadata": {},
103103
"source": [
104104
"## Create data\n"
@@ -107,7 +107,7 @@
107107
{
108108
"cell_type": "code",
109109
"execution_count": null,
110-
"id": "2aa66559-b2dd-4b46-b32b-f1ce2270c3de",
110+
"id": "4",
111111
"metadata": {},
112112
"outputs": [
113113
{
@@ -636,7 +636,7 @@
636636
},
637637
{
638638
"cell_type": "markdown",
639-
"id": "3a350782-b747-4e5e-8b8b-15fab72c0d2c",
639+
"id": "5",
640640
"metadata": {},
641641
"source": [
642642
"Here's just plain xarray: 10000 tasks and one chunk per hour in the output\n"
@@ -645,7 +645,7 @@
645645
{
646646
"cell_type": "code",
647647
"execution_count": null,
648-
"id": "ecc77698-5879-4b7c-ad97-891fb104d295",
648+
"id": "6",
649649
"metadata": {},
650650
"outputs": [
651651
{
@@ -1173,7 +1173,7 @@
11731173
},
11741174
{
11751175
"cell_type": "markdown",
1176-
"id": "beccd9f8-ad62-4cd8-86cc-acfe14f13023",
1176+
"id": "7",
11771177
"metadata": {},
11781178
"source": [
11791179
"And flox: 600 tasks and all hours in a single chunk\n"
@@ -1182,7 +1182,7 @@
11821182
{
11831183
"cell_type": "code",
11841184
"execution_count": null,
1185-
"id": "0a3da8e5-863a-4602-9176-0a9adc689563",
1185+
"id": "8",
11861186
"metadata": {},
11871187
"outputs": [
11881188
{
@@ -1676,15 +1676,15 @@
16761676
{
16771677
"cell_type": "code",
16781678
"execution_count": null,
1679-
"id": "8aa1a641-1ce1-4264-96dc-d11bb1d4ab57",
1679+
"id": "9",
16801680
"metadata": {},
16811681
"outputs": [],
16821682
"source": []
16831683
},
16841684
{
16851685
"cell_type": "code",
16861686
"execution_count": null,
1687-
"id": "e37c5aa2-c77a-4d87-8db4-5052c675c42d",
1687+
"id": "10",
16881688
"metadata": {},
16891689
"outputs": [],
16901690
"source": [
@@ -1694,7 +1694,7 @@
16941694
},
16951695
{
16961696
"cell_type": "markdown",
1697-
"id": "494766c2-305a-4518-b2b7-a85bcc7fd5b2",
1697+
"id": "11",
16981698
"metadata": {},
16991699
"source": [
17001700
"View the performance report\n",

0 commit comments

Comments
 (0)