From a559275c3e9b71903128a05ee5e253b84fb65cc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 08:11:01 +0000 Subject: [PATCH] Update prek dependencies (#22526) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Micha Reiser --- .github/actionlint.yaml | 2 +- .pre-commit-config.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml index 370f903f43..6c85e2cb41 100644 --- a/.github/actionlint.yaml +++ b/.github/actionlint.yaml @@ -17,4 +17,4 @@ self-hosted-runner: paths: ".github/workflows/mypy_primer.yaml": ignore: - - 'condition "false" is always evaluated to false. remove the if: section' + - 'constant expression "false" in condition. remove the if: section' diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 16674b4526..f192e0334d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: priority: 0 - repo: https://github.com/crate-ci/typos - rev: v1.40.0 + rev: v1.41.0 hooks: - id: typos priority: 0 @@ -135,7 +135,7 @@ repos: # `actionlint` hook, for verifying correct syntax in GitHub Actions workflows. # Some additional configuration for `actionlint` can be found in `.github/actionlint.yaml`. - repo: https://github.com/rhysd/actionlint - rev: v1.7.9 + rev: v1.7.10 hooks: - id: actionlint stages: