From 3c84a61ff9772d83850f2ee65340559ef25e22a2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 18:41:34 +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/python-jsonschema/check-jsonschema: 0.37.4 → 0.38.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.37.4...0.38.0) - [github.com/adhtruong/mirrors-typos: v1.48.0 → v1.50.1](https://github.com/adhtruong/mirrors-typos/compare/v1.48.0...v1.50.1) - [github.com/astral-sh/ruff-pre-commit: v0.16.1 → v0.16.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.1...v0.16.6) - [github.com/abravalheri/validate-pyproject: v0.25 → 0.26](https://github.com/abravalheri/validate-pyproject/compare/v0.25...0.26) - [github.com/tox-dev/pyproject-fmt: v2.26.0 → v2.29.3](https://github.com/tox-dev/pyproject-fmt/compare/v2.26.0...v2.29.3) - [github.com/astral-sh/uv-pre-commit: 0.12.1 → 0.12.10](https://github.com/astral-sh/uv-pre-commit/compare/0.12.1...0.12.10) --- .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 6f1413e..9ce41c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -59,7 +59,7 @@ repos: exclude: .github/labeler.yml - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.4 + rev: 0.38.0 hooks: - id: check-github-workflows @@ -90,14 +90,14 @@ repos: - repo: https://github.com/adhtruong/mirrors-typos # use mirrors-typos because `pre-commit autoupdate` drops the version # of the primary typos repo from v1.x.y to v1 - rev: v1.48.0 + rev: v1.50.1 hooks: - id: typos name: typos (add false positives to _typos.toml) exclude: CITATION.cff - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.1 + rev: v0.16.6 hooks: - id: ruff-check name: ruff-check (see https://docs.astral.sh/ruff/rules) @@ -119,7 +119,7 @@ repos: - id: sphinx-lint - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.25 + rev: '0.26' hooks: - id: validate-pyproject name: validate pyproject.toml @@ -139,13 +139,13 @@ repos: # - validate-pyproject[all,store] - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.26.0 + rev: v2.29.3 hooks: - id: pyproject-fmt name: format pyproject.toml - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.12.1 + rev: 0.12.10 hooks: # running uv lock requires network access or a warm cache, so it # cannot be run via pre-commit.ci, even with the `--offline`, From 1aa19bb917068a65f6f5002df6f05b7aa494863b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 18:42:22 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6e867c..ea42d51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -300,7 +300,9 @@ lint.flake8-tidy-imports.banned-api."typing.Iterable".msg = "Deprecated alias. C lint.flake8-tidy-imports.banned-api."typing.Iterator".msg = "Deprecated alias. Change to collections.abc.Iterator" lint.flake8-tidy-imports.banned-api."typing.List".msg = "Deprecated alias. Change to list" lint.flake8-tidy-imports.banned-api."typing.Mapping".msg = "Deprecated alias. Change to collections.abc.mapping" -lint.flake8-tidy-imports.banned-api."typing.MutableMapping".msg = "Deprecated alias. Change to collections.abc.MutableMapping" +lint.flake8-tidy-imports.banned-api."typing.MutableMapping".msg = """\ + Deprecated alias. Change to collections.abc.MutableMapping\ + """ lint.flake8-tidy-imports.banned-api."typing.Sequence".msg = "Deprecated alias. Change to collections.abc.Sequence" lint.flake8-tidy-imports.banned-api."typing.Set".msg = "Deprecated alias. Change to set" lint.flake8-tidy-imports.banned-api."typing.Tuple".msg = "Deprecated alias. Change to tuple"