From 76fd8ee00d3c8f02a4e53e86c28f3a68f8dd8ac6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 21:17:45 +0000 Subject: [PATCH 1/6] MAINT: update lock files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/ComPWA/policy: 0.5.15 → 0.6.2](https://github.com/ComPWA/policy/compare/0.5.15...0.6.2) - [github.com/streetsidesoftware/cspell-cli: v8.17.0 → v9.0.1](https://github.com/streetsidesoftware/cspell-cli/compare/v8.17.0...v9.0.1) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a2598ed..75160de 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/ComPWA/policy - rev: 0.5.15 + rev: 0.6.2 hooks: - id: check-dev-files args: @@ -49,6 +49,6 @@ repos: args: [--in-place] - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.17.0 + rev: v9.0.1 hooks: - id: cspell From fdfd7eabc435da98229c04c7e3bdaefb3b6ea7db Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Thu, 7 Aug 2025 14:55:59 +0200 Subject: [PATCH 2/6] MAINT: update lock files --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 75160de..aa52e90 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/ComPWA/policy - rev: 0.6.2 + rev: 0.6.4 hooks: - id: check-dev-files args: @@ -49,6 +49,6 @@ repos: args: [--in-place] - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v9.0.1 + rev: v9.2.0 hooks: - id: cspell From cc6a9cd10ce9d7efc0816f98a6a18eac7a7fe7a4 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Thu, 7 Aug 2025 14:56:22 +0200 Subject: [PATCH 3/6] MAINT: update developer configuration --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aa52e90..9a98fd5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,6 @@ ci: - autoupdate_commit_msg: "MAINT: update lock files" + autofix_commit_msg: "MAINT: implement pre-commit autofixes" + autoupdate_commit_msg: "MAINT: upgrade lock files" autoupdate_schedule: quarterly repos: From 2f59c0ea90294f4cb77997d2c60773ee988e93b1 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Fri, 8 Aug 2025 11:57:04 +0200 Subject: [PATCH 4/6] MAINT: update developer configuration --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9a98fd5..96553e8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/ComPWA/policy - rev: 0.6.4 + rev: 0.6.5 hooks: - id: check-dev-files args: @@ -23,7 +23,7 @@ repos: - --repo-title=Public ComPWA GitHub profile - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-case-conflict - id: check-merge-conflict From 6cc87da35d2d0660f1f34b1d57c2c189633cbcb3 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Sat, 9 Aug 2025 11:03:57 +0200 Subject: [PATCH 5/6] DX: remove Tox configuration --- .github/workflows/clean-caches.yml | 2 +- .github/workflows/lock.yml | 2 +- .github/workflows/pr-linting.yml | 2 +- .pre-commit-config.yaml | 2 +- .taplo.toml | 7 ------- 5 files changed, 4 insertions(+), 11 deletions(-) diff --git a/.github/workflows/clean-caches.yml b/.github/workflows/clean-caches.yml index 7986e0c..2de0c95 100644 --- a/.github/workflows/clean-caches.yml +++ b/.github/workflows/clean-caches.yml @@ -16,7 +16,7 @@ jobs: name: Remove caches runs-on: ubuntu-24.04 steps: - - uses: ComPWA/actions/clean-caches@v2 + - uses: ComPWA/actions/clean-caches@v3 with: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} ref: ${{ inputs.ref }} diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 85fa09a..4217fe2 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -16,6 +16,6 @@ on: jobs: lock: - uses: ComPWA/actions/.github/workflows/lock.yml@v2 + uses: ComPWA/actions/.github/workflows/lock.yml@v3 secrets: token: ${{ secrets.PAT }} diff --git a/.github/workflows/pr-linting.yml b/.github/workflows/pr-linting.yml index 44dc9e4..638dfc1 100644 --- a/.github/workflows/pr-linting.yml +++ b/.github/workflows/pr-linting.yml @@ -11,4 +11,4 @@ on: jobs: lint-pr: - uses: ComPWA/actions/.github/workflows/pr-linting.yml@v2 + uses: ComPWA/actions/.github/workflows/pr-linting.yml@v3 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 96553e8..ffb9dc9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/ComPWA/policy - rev: 0.6.5 + rev: e586b095fbc97beda5b2f0bc214436f4358751b7 hooks: - id: check-dev-files args: diff --git a/.taplo.toml b/.taplo.toml index 71fcb1b..0db1df7 100644 --- a/.taplo.toml +++ b/.taplo.toml @@ -10,10 +10,3 @@ compact_inline_tables = true indent_string = " " reorder_arrays = true reorder_keys = true - -[[rule]] -include = ["**/pyproject.toml"] -keys = ["tool.tox"] - -[rule.formatting] -reorder_arrays = false From 857d8fe0f43bc3209da37c501150266851a323fe Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Mon, 11 Aug 2025 17:05:48 +0200 Subject: [PATCH 6/6] 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 ffb9dc9..2450bd9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/ComPWA/policy - rev: e586b095fbc97beda5b2f0bc214436f4358751b7 + rev: 0.7.0 hooks: - id: check-dev-files args: