From c52dc2100397ec3de43ceae761d35d16d64b51bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 10:06:45 +0000 Subject: [PATCH 1/3] chore(deps): bump the pre-commit group across 1 directory with 4 updates Bumps the pre-commit group with 4 updates in the / directory: [https://github.com/biomejs/pre-commit](https://github.com/biomejs/pre-commit), [https://github.com/tox-dev/pyproject-fmt](https://github.com/tox-dev/pyproject-fmt), [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit) and [https://github.com/zizmorcore/zizmor-pre-commit](https://github.com/zizmorcore/zizmor-pre-commit). Updates `https://github.com/biomejs/pre-commit` from v2.5.11 to 2.5.13 - [Release notes](https://github.com/biomejs/pre-commit/releases) - [Commits](https://github.com/biomejs/pre-commit/compare/v2.5.11...v2.5.13) Updates `https://github.com/tox-dev/pyproject-fmt` from v2.29.2 to 2.29.4 - [Release notes](https://github.com/tox-dev/pyproject-fmt/releases) - [Commits](https://github.com/tox-dev/pyproject-fmt/compare/v2.29.2...v2.29.4) Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.16.5 to 0.16.7 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.5...v0.16.7) Updates `https://github.com/zizmorcore/zizmor-pre-commit` from v1.30.0 to 1.30.1 - [Release notes](https://github.com/zizmorcore/zizmor-pre-commit/releases) - [Commits](https://github.com/zizmorcore/zizmor-pre-commit/compare/v1.30.0...v1.30.1) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.16.6 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/biomejs/pre-commit dependency-version: 2.5.12 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/tox-dev/pyproject-fmt dependency-version: 2.29.3 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/zizmorcore/zizmor-pre-commit dependency-version: 1.30.0 dependency-type: direct:production dependency-group: pre-commit ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f83aa7..e09f928 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,18 +7,18 @@ default_stages: minimum_pre_commit_version: 2.16.0 repos: - repo: https://github.com/biomejs/pre-commit - rev: v2.5.11 + rev: v2.5.13 hooks: - id: biome-format exclude: ^\.cruft\.json$ # inconsistent indentation with cruft - file never to be modified manually. groups: [format] - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.29.2 + rev: v2.29.4 hooks: - id: pyproject-fmt groups: [format] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.5 + rev: v0.16.7 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix] @@ -53,7 +53,7 @@ repos: args: [--assume-in-merge] - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.30.0 + rev: v1.30.1 hooks: - id: zizmor args: [--no-progress, --fix] From 98a7eb60461adb4b0152c2a648f4be81171e0a47 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 10:07:20 +0000 Subject: [PATCH 2/3] [autofix.ci] apply automated fixes --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 5642bd1..8d14413 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", + "Programming Language :: Python :: 3.15", "Typing :: Typed", ] dependencies = [ From 247bb9f6a3fb5e5d4babbe5fff408a2d8edd2731 Mon Sep 17 00:00:00 2001 From: Phil Schaf Date: Mon, 21 Sep 2026 12:08:56 +0200 Subject: [PATCH 3/3] whoops --- .github/workflows/test.yaml | 9 --------- pyproject.toml | 1 + 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5da6d4e..dc8204c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -94,14 +94,6 @@ jobs: fail_ci_if_error: false use_oidc: true - lint: - name: Pre-commit checks - runs-on: ubuntu-latest - steps: - - *clone - - *setup-uv - - run: uvx --with=hatch prek run --all-files --show-diff-on-failure --color=always - # Check that all tests defined above pass. This makes it easy to set a single "required" test in branch # protection instead of having to update it frequently. See https://github.com/re-actors/alls-green#why. check: @@ -110,7 +102,6 @@ jobs: needs: - get-environments - test - - lint runs-on: ubuntu-latest steps: - uses: re-actors/alls-green@b5b5b37504aa4183270bd3d855c52a67f212be35 # v1.3.0 diff --git a/pyproject.toml b/pyproject.toml index 8d14413..a1c793f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,7 @@ entry-points."sphinx.html_themes".scverse = "scverse_doc.theme" [dependency-groups] dev = [ + "prek", "twine>=4.0.2", ] test = [