From 1e783ca6a462ac9658eb6ad605e65ffe119ffc76 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 18:51:34 +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/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v6.0.0) - [github.com/python-jsonschema/check-jsonschema: 0.28.0 → 0.37.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.28.0...0.37.0) - [github.com/kynan/nbstripout: 0.7.1 → 0.9.1](https://github.com/kynan/nbstripout/compare/0.7.1...0.9.1) - https://github.com/psf/black/: 24.2.0 → 26.3.0 - [github.com/PyCQA/isort: 5.13.2 → 8.0.1](https://github.com/PyCQA/isort/compare/5.13.2...8.0.1) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f2ad6eb..96686a2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v6.0.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -16,20 +16,20 @@ repos: - id: no-commit-to-branch name: no-commit-to-main-branch - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.0 + rev: 0.37.0 hooks: - id: check-github-workflows name: validate github workflows - repo: https://github.com/kynan/nbstripout - rev: 0.7.1 + rev: 0.9.1 hooks: - id: nbstripout - repo: https://github.com/psf/black/ - rev: 24.2.0 + rev: 26.3.0 hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + rev: 8.0.1 hooks: - id: isort - repo: local