Skip to content

Commit bb2ee17

Browse files
[pre-commit.ci] pre-commit autoupdate (#13)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.9 → v0.7.1](astral-sh/ruff-pre-commit@v0.4.9...v0.7.1) - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 24.10.0](psf/black-pre-commit-mirror@24.4.2...24.10.0) * [pre-commit.ci] Apply import ordering to Jupyter notebooks. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Owen Littlejohns <[email protected]>
1 parent 065415e commit bb2ee17

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ ci:
22
autofix_prs: false
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-json
1010
- id: check-yaml
1111
- id: check-added-large-files
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.4.9
13+
rev: v0.7.1
1414
hooks:
1515
- id: ruff
1616
args: ["--fix", "--show-fixes", "--select", "I"]
1717
- repo: https://github.com/psf/black-pre-commit-mirror
18-
rev: 24.4.2
18+
rev: 24.10.0
1919
hooks:
2020
- id: black-jupyter
2121
args: ["--skip-string-normalization"]

docs/HOSS_DAAC_Operator_Documentation.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
"from datetime import datetime\n",
9494
"from os import replace\n",
9595
"\n",
96-
"from harmony import BBox, Client, Collection, Environment, Request\n",
97-
"import xarray as xr"
96+
"import xarray as xr\n",
97+
"from harmony import BBox, Client, Collection, Environment, Request"
9898
]
9999
},
100100
{

docs/HOSS_User_Documentation.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@
9494
"source": [
9595
"from harmony import BBox, Client, Collection, Environment, Request\n",
9696
"\n",
97-
"\n",
9897
"harmony_client = Client(env=Environment.UAT)\n",
9998
"\n",
10099
"demo_directory = '.'\n",

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
#
1717
harmony-py~=0.4.10
1818
netCDF4~=1.6.4
19-
notebook~=7.0.4
19+
notebook~=7.2.2
2020
xarray~=2023.9.0

0 commit comments

Comments
 (0)