From 687406b86cf408e74bec81bc03385b19b5c7174d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:08:20 +0000 Subject: [PATCH] chore(deps): update pre-commit hook crate-ci/typos to v1.26.8 --- .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 efc2cee..3caa320 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -78,7 +78,7 @@ repos: # stages: [commit, ci] - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. - rev: "v0.7.1" + rev: "v0.7.0" hooks: - id: ruff args: [--fix] @@ -95,7 +95,7 @@ repos: ### in order for typos pre-commit hook to read it. ### In this case, comment out this block until ".typos.toml" has been committed successfully - repo: https://github.com/crate-ci/typos - rev: v1.26.0 + rev: v1.26.8 hooks: - id: typos # args: []