From d5f3b46784d5ea5ed6adec2e2c52dbb7d1d79e86 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 18:39:55 +0000 Subject: [PATCH] chore(deps): update pre-commit hook crate-ci/typos to v1.45.1 --- .github/workflows/default.yml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 99bd9e3..ad17f29 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -54,4 +54,4 @@ jobs: - name: Checkout Actions Repository uses: actions/checkout@v6 - name: Spell Check Repo - uses: crate-ci/typos@v1.45.0 + uses: crate-ci/typos@v1.45.1 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 349512a..87a11fc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/crate-ci/typos - rev: v1.45.0 + rev: v1.45.1 hooks: - id: typos - repo: https://github.com/nozaq/pre-commit-deno