Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 23, 2024
1 parent 4ebff36 commit 0663853
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.9
rev: v0.6.5
hooks:
- id: ruff
args: ["--fix", "--show-fixes", "--select", "I"]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black-jupyter
args: ["--skip-string-normalization"]
Expand Down
5 changes: 2 additions & 3 deletions docs/Harmony_Regridding_Service_User_Documentation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,12 @@
"metadata": {},
"outputs": [],
"source": [
"from harmony import Client, Collection, Environment, Request\n",
"import hvplot.xarray\n",
"import hvplot.pandas\n",
"import hvplot.xarray\n",
"import matplotlib.pyplot as plt\n",
"import panel.widgets as pnw\n",
"import xarray as xr\n",
"\n",
"from harmony import Client, Collection, Environment, Request\n",
"\n",
"harmony_client = Client(env=Environment.UAT)\n",
"\n",
Expand Down

0 comments on commit 0663853

Please sign in to comment.