From 8f67dfb113284d57a7ab3137a247bd8b070faa43 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 18:58:37 +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.15.20 → v0.16.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.20...v0.16.4) - [github.com/pre-commit/mirrors-mypy: v2.1.0 → v2.3.1](https://github.com/pre-commit/mirrors-mypy/compare/v2.1.0...v2.3.1) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1f52eee0..c29d7048 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,13 +26,13 @@ repos: args: [--preview, --enable-unstable-feature, string_processing] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.20 + rev: v0.16.4 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --show-fixes] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v2.1.0" + rev: "v2.3.1" hooks: - id: mypy additional_dependencies: From bcc3087db27bcb2982b312fa3b88f43299ce2dc9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 18:58:56 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/dolphin/io/_core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dolphin/io/_core.py b/src/dolphin/io/_core.py index b4d6ff26..ffe42713 100644 --- a/src/dolphin/io/_core.py +++ b/src/dolphin/io/_core.py @@ -37,7 +37,6 @@ "copy_projection", "format_nc_filename", "get_raster_bounds", - "get_raster_bounds", "get_raster_chunk_size", "get_raster_crs", "get_raster_description",