From 5bbf8b76bffb95f115420ea20698185b4aa2d75d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 17:37:20 +0000 Subject: [PATCH] chore(deps): update pre-commit hook crate-ci/typos to v1.43.5 --- .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 1e8bece..cf33bf8 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -36,4 +36,4 @@ jobs: - name: Checkout Actions Repository uses: actions/checkout@v6 - name: Spell Check Repo - uses: crate-ci/typos@v1.43.4 + uses: crate-ci/typos@v1.43.5 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2fc013c..df2958e 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.43.4 + rev: v1.43.5 hooks: - id: typos - repo: https://github.com/nozaq/pre-commit-deno