From dc87cc51e3e0d175847b2582c8838126976e435b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:33:58 +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/psf/black-pre-commit-mirror: 25.9.0 → 26.1.0](https://github.com/psf/black-pre-commit-mirror/compare/25.9.0...26.1.0) - [github.com/kynan/nbstripout: 0.8.1 → 0.9.0](https://github.com/kynan/nbstripout/compare/0.8.1...0.9.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 9a1d098..74de3b2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: args: ["--maxkb=500"] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.9.0 + rev: 26.1.0 hooks: - id: black-jupyter @@ -27,6 +27,6 @@ repos: ] - repo: https://github.com/kynan/nbstripout - rev: 0.8.1 + rev: 0.9.0 hooks: - id: nbstripout From eab66eaae713c3a868f8024224873c9c2ee7c990 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:34:17 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_temp_interpolation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_temp_interpolation.py b/tests/test_temp_interpolation.py index 38b74b6..87a5483 100644 --- a/tests/test_temp_interpolation.py +++ b/tests/test_temp_interpolation.py @@ -2,7 +2,6 @@ """Tests for `temp_interpolation` package.""" - import unittest from temp_interpolation import temp_interpolation