From f43ca7017415c08501e49bbea6420c590ef0c9bf Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:22:39 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.6.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.3...v0.6.9) - [github.com/tox-dev/pyproject-fmt: 2.2.1 → 2.2.4](https://github.com/tox-dev/pyproject-fmt/compare/2.2.1...2.2.4) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c04f1f7..abcfcd2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: check-ast @@ -18,7 +18,7 @@ repos: - id: add-trailing-comma - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.3 + rev: v0.6.9 hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -30,7 +30,7 @@ repos: - id: nb-strip-paths - repo: https://github.com/tox-dev/pyproject-fmt - rev: 2.2.1 + rev: 2.2.4 hooks: - id: pyproject-fmt From df57bcd1229bccb0a8a117bda41530cba421b03e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:23:11 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/source/examples/QartodTestExample_Glider.ipynb | 2 +- docs/source/examples/usage/PandasStream.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/examples/QartodTestExample_Glider.ipynb b/docs/source/examples/QartodTestExample_Glider.ipynb index 4f6fe9e..f736dfc 100644 --- a/docs/source/examples/QartodTestExample_Glider.ipynb +++ b/docs/source/examples/QartodTestExample_Glider.ipynb @@ -167,7 +167,7 @@ " \"flag\": flag_vals,\n", " \"depth\": ds.depth,\n", " \"quality control\": meaning,\n", - " }\n", + " },\n", ")" ] }, diff --git a/docs/source/examples/usage/PandasStream.ipynb b/docs/source/examples/usage/PandasStream.ipynb index bc97e20..c6ecd95 100644 --- a/docs/source/examples/usage/PandasStream.ipynb +++ b/docs/source/examples/usage/PandasStream.ipynb @@ -129,7 +129,7 @@ " \"lon\": lon,\n", " \"variable1\": inp1,\n", " \"variable2\": inp2,\n", - " }\n", + " },\n", ")\n", "df" ]