From 1d3e9996f0ee98a8227d00fa2749d3f976d25b9f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:17:30 +0000 Subject: [PATCH] chore: pre-commit autoupdate (#5072) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 d721dcea6a15..89caec79dcab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: # rustfmt handles rust files, and in some snapshots we expect trailing spaces. exclude: '.*\.(rs|snap)$' - repo: https://github.com/crate-ci/typos - rev: v1.28.3 + rev: v1.28.4 hooks: - id: typos # https://github.com/crate-ci/typos/issues/347 @@ -25,7 +25,7 @@ repos: # https://github.com/PRQL/prql/issues/3078 - prettier-plugin-go-template - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.3 + rev: v0.8.4 hooks: - id: ruff args: [--fix]