From 3c07c4feeb3b0d5eb53841aecd6804b6c51f6d5f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 19:40:20 +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.9.0 → 0.9.1](https://github.com/kynan/nbstripout/compare/0.9.0...0.9.1) - [github.com/python-jsonschema/check-jsonschema: 0.36.1 → 0.37.2](https://github.com/python-jsonschema/check-jsonschema/compare/0.36.1...0.37.2) - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.12](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.14...v0.15.12) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.19.1...v1.20.2) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](https://github.com/codespell-project/codespell/compare/v2.4.1...v2.4.2) - [github.com/rbubley/mirrors-prettier: v3.8.1 → v3.8.3](https://github.com/rbubley/mirrors-prettier/compare/v3.8.1...v3.8.3) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 19b0b38..0aa7ccc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,7 +58,7 @@ repos: args: [--py310-plus] - repo: https://github.com/kynan/nbstripout - rev: 0.9.0 + rev: 0.9.1 hooks: - id: nbstripout @@ -80,7 +80,7 @@ repos: # - id: oxipng - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.1 + rev: 0.37.2 hooks: - id: check-github-workflows - id: check-github-actions @@ -93,7 +93,7 @@ repos: - id: rm-unneeded-f-str - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.14" + rev: "v0.15.12" hooks: - id: ruff-check types_or: [python, pyi, jupyter] @@ -103,7 +103,7 @@ repos: types_or: [python, pyi, jupyter] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.19.1" + rev: "v1.20.2" hooks: - id: mypy files: src @@ -116,7 +116,7 @@ repos: additional_dependencies: [black==24.*] - repo: https://github.com/codespell-project/codespell - rev: "v2.4.1" + rev: "v2.4.2" hooks: - id: codespell additional_dependencies: @@ -124,7 +124,7 @@ repos: args: ["-L", "gaus"] - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.8.1" + rev: "v3.8.3" hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json]