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 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)") ```