From 5cce71e1f810f0365f79a2d00c5d8806e6c66be7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 19:10:35 +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/astral-sh/ruff-pre-commit: v0.16.1 → v0.16.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.1...v0.16.6) - [github.com/tox-dev/pyproject-fmt: v2.26.0 → v2.29.3](https://github.com/tox-dev/pyproject-fmt/compare/v2.26.0...v2.29.3) - [github.com/woodruffw/zizmor-pre-commit: v1.29.0 → v1.30.0](https://github.com/woodruffw/zizmor-pre-commit/compare/v1.29.0...v1.30.0) --- .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 cd707c2..3068b19 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: - id: add-trailing-comma - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.1 + rev: v0.16.6 hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -62,12 +62,12 @@ repos: - id: nb-strip-paths - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.26.0 + rev: v2.29.3 hooks: - id: pyproject-fmt - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.29.0 + rev: v1.30.0 hooks: - id: zizmor From 5f18f4ad41257912d3b4b8bc2a6455eb23573995 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 19:11:40 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 65e0091..f460770 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,7 @@ temperature.remove_above_water().despike().lp_filter().press_check().interpolate method="index", limit_direction="both", limit_area="inside" ).bindata(delta=1, method="interpolate").smooth( window_len=21, window="hanning" -).plot_cast( - ax=ax -) +).plot_cast(ax=ax) ax.set_ylabel("Pressure (dbar)") ax.set_xlabel("Temperature (°C)") ```