From 1c1bdb0c73f3af4e6633f70ad14a9e449fed3a9e Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Thu, 5 Feb 2026 20:50:56 +0100 Subject: [PATCH 1/2] MAINT: upgrade lock files --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 39935eb3..9e213d83 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.14 + rev: v0.15.0 hooks: - id: ruff-check args: [--fix] From 3ce0a66a2816b6257c3956cc700e1a47beb563ab Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Thu, 5 Feb 2026 20:51:17 +0100 Subject: [PATCH 2/2] MAINT: rename ComPWA pre-commit workflow to style --- .github/workflows/ci.yml | 2 +- src/compwa_policy/.github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aede715b..7387e924 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: style: secrets: token: ${{ secrets.PAT }} - uses: ComPWA/actions/.github/workflows/pre-commit.yml@v4.0 + uses: ComPWA/actions/.github/workflows/style.yml@v4.0 test: uses: ComPWA/actions/.github/workflows/test.yml@v4.0 secrets: diff --git a/src/compwa_policy/.github/workflows/ci.yml b/src/compwa_policy/.github/workflows/ci.yml index 5c6659e9..8750d065 100644 --- a/src/compwa_policy/.github/workflows/ci.yml +++ b/src/compwa_policy/.github/workflows/ci.yml @@ -30,6 +30,6 @@ jobs: style: secrets: token: ${{ secrets.PAT }} - uses: ComPWA/actions/.github/workflows/pre-commit.yml@v4.0 + uses: ComPWA/actions/.github/workflows/style.yml@v4.0 test: uses: ComPWA/actions/.github/workflows/test.yml@v4.0