From 19cf9f77f87b2cc53787547fa65dbc7d54823ddf 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 18:18:55 +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/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v6.0.0) - [github.com/python-jsonschema/check-jsonschema: 0.29.1 → 0.37.2](https://github.com/python-jsonschema/check-jsonschema/compare/0.29.1...0.37.2) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.14.0 → v2.16.0](https://github.com/macisamuele/language-formatters-pre-commit-hooks/compare/v2.14.0...v2.16.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.15.12](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.6...v0.15.12) - [github.com/sphinx-contrib/sphinx-lint: v0.9.1 → v1.0.2](https://github.com/sphinx-contrib/sphinx-lint/compare/v0.9.1...v1.0.2) - [github.com/nbQA-dev/nbQA: 1.8.7 → 1.9.1](https://github.com/nbQA-dev/nbQA/compare/1.8.7...1.9.1) --- .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 b802954..ae753b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: check-ast name: validate Python code @@ -12,12 +12,12 @@ repos: - id: check-case-conflict - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.1 + rev: 0.37.2 hooks: - id: check-github-workflows - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.14.0 + rev: v2.16.0 hooks: - id: pretty-format-yaml args: [--autofix] @@ -29,7 +29,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.6 + rev: v0.15.12 hooks: - id: ruff name: ruff (see https://docs.astral.sh/ruff/rules) @@ -38,12 +38,12 @@ repos: name: autoformat source code with ruff-format - repo: https://github.com/sphinx-contrib/sphinx-lint - rev: v0.9.1 + rev: v1.0.2 hooks: - id: sphinx-lint - repo: https://github.com/nbQA-dev/nbQA - rev: 1.8.7 + rev: 1.9.1 hooks: - id: nbqa-check-ast name: validate Python notebooks From b416846380b3f2d1c84e62c940c66055feca9795 Mon Sep 17 00:00:00 2001 From: Nick Murphy Date: Wed, 13 May 2026 16:45:50 -0400 Subject: [PATCH 2/2] Stop doing pre-commit autoupdates --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ae753b0..1aff3f7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,5 @@ ci: autofix_prs: false - autoupdate_schedule: monthly repos: - repo: https://github.com/pre-commit/pre-commit-hooks