From 9030fc85c18cf62b44e2d04e0761be61282627e4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 21:26:31 +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/pycqa/isort: 5.13.2 → 6.0.0](https://github.com/pycqa/isort/compare/5.13.2...6.0.0) - [github.com/psf/black: 24.10.0 → 25.1.0](https://github.com/psf/black/compare/24.10.0...25.1.0) --- .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 05a500ab..12938170 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,11 +21,11 @@ repos: - id: pretty-format-toml args: [--autofix] - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 From 398e96ada6019feee9c9315e87357648bc2929bb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 21:26:47 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- oceanspy/tests/test_llc_rearrange.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/oceanspy/tests/test_llc_rearrange.py b/oceanspy/tests/test_llc_rearrange.py index 1c382b39..c0dd1cfb 100644 --- a/oceanspy/tests/test_llc_rearrange.py +++ b/oceanspy/tests/test_llc_rearrange.py @@ -8,7 +8,9 @@ # From OceanSpy from oceanspy import open_oceandataset -from oceanspy.llc_rearrange import Dims +from oceanspy.llc_rearrange import ( + Dims, +) from oceanspy.llc_rearrange import LLCtransformation as LLC from oceanspy.llc_rearrange import ( _edge_arc_data,