From ddee7621daa7ba0cd87a2c892b560a23490769e2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 19:25:21 +0000 Subject: [PATCH] chore: update pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/kynan/nbstripout: 0.8.1 → 0.9.0](https://github.com/kynan/nbstripout/compare/0.8.1...0.9.0) - [github.com/python-jsonschema/check-jsonschema: 0.36.0 → 0.36.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.36.0...0.36.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 04ec4d43..68dccc9f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -53,14 +53,14 @@ repos: pass_filenames: false - repo: https://github.com/kynan/nbstripout - rev: "0.8.1" + rev: "0.9.0" hooks: - id: nbstripout args: [--keep-output] files: ^docs/ - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.36.0" + rev: "0.36.1" hooks: - id: check-dependabot - id: check-github-workflows