From 6f1147029813e4b413377bc4a15fce37eade85b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Apr 2025 22:02:07 -0400 Subject: [PATCH] Update pre-commit dependencies (#17251) --- .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 c7f744da74..ece19e9022 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -60,7 +60,7 @@ repos: - black==25.1.0 - repo: https://github.com/crate-ci/typos - rev: v1.31.0 + rev: v1.31.1 hooks: - id: typos @@ -74,7 +74,7 @@ repos: pass_filenames: false # This makes it a lot faster - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.2 + rev: v0.11.4 hooks: - id: ruff-format - id: ruff