From deefa0074c494e7da3e9e82032c12aa3c0c3ac88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 15:25:34 +0000 Subject: [PATCH 1/2] Bump j178/prek-action from 1 to 2 Bumps [j178/prek-action](https://github.com/j178/prek-action) from 1 to 2. - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](https://github.com/j178/prek-action/compare/v1...v2) --- updated-dependencies: - dependency-name: j178/prek-action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index f7c7c1f..dbd6549 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -31,7 +31,7 @@ jobs: - name: Install the latest version of uv uses: astral-sh/setup-uv@v7 # run pre-commmit checks using prek for faster execution - - uses: j178/prek-action@v1 + - uses: j178/prek-action@v2 id: pre_commit continue-on-error: true - name: Check for changes From ace6e44286ad608d1d3fcf4432a4b6f5a423e716 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 1 Apr 2026 15:28:52 +0000 Subject: [PATCH 2/2] chore: auto-apply pre-commit fixes --- .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 06b87a7..6d5f143 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: check-yaml - id: detect-private-key - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.19.0" + rev: "v2.21.0" hooks: - id: pyproject-fmt - repo: https://github.com/codespell-project/codespell @@ -46,16 +46,16 @@ repos: - id: yamllint exclude: pre-commit-config.yaml - repo: https://github.com/rhysd/actionlint - rev: v1.7.11 + rev: v1.7.12 hooks: - id: actionlint - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.6" + rev: "v0.15.8" hooks: - id: ruff-format - id: ruff-check - repo: https://github.com/software-gardening/almanack - rev: v0.1.15 + rev: v0.1.16 hooks: - id: almanack-check - repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update