Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Matt Savoie <matthew.savoie@colorado.edu>
  • Loading branch information
pre-commit-ci[bot] and flamingbear committed Aug 27, 2024
1 parent f281964 commit 200e46e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.7
rev: v0.6.2
hooks:
- id: ruff
args: ["--fix", "--show-fixes", "--select", "I"]
Expand Down
6 changes: 2 additions & 4 deletions docs/Swath Projector User Guide.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@
"metadata": {},
"outputs": [],
"source": [
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"from netCDF4 import Dataset\n",
"\n",
"import matplotlib.pyplot as plt\n",
"\n",
"%matplotlib inline\n",
"\n",
"\n",
Expand Down Expand Up @@ -158,8 +157,7 @@
},
"outputs": [],
"source": [
"from harmony import Client, Collection, Request, Environment\n",
"\n",
"from harmony import Client, Collection, Environment, Request\n",
"\n",
"# Create a client for the UAT environment:\n",
"harmony_client = Client(env=Environment.UAT)\n",
Expand Down

0 comments on commit 200e46e

Please sign in to comment.