From e27923a64f0605a11e5ad871900dd17ca6ce4560 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 17:56:41 +0000 Subject: [PATCH] [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: 7.0.0 → 8.0.1](https://github.com/PyCQA/isort/compare/7.0.0...8.0.1) - [github.com/kynan/nbstripout: 0.9.0 → 0.9.1](https://github.com/kynan/nbstripout/compare/0.9.0...0.9.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 f5b17ef..93e92f3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: exclude: ^pyabc2/sources/_lzstring.py - repo: https://github.com/PyCQA/isort - rev: '7.0.0' + rev: '8.0.1' hooks: - id: isort exclude: ^pyabc2/sources/_lzstring.py @@ -35,7 +35,7 @@ repos: - id: flake8 - repo: https://github.com/kynan/nbstripout - rev: '0.9.0' + rev: '0.9.1' hooks: - id: nbstripout args: ['--extra-keys=metadata.language_info.version']