From 234871408101e5a50e5222d8570d4b893e33998e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 07:27:10 +0100 Subject: [PATCH] Update pre-commit dependencies (#12330) --- .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 73ede3942d6f4..9c04eb8e5ea5e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: )$ - repo: https://github.com/crate-ci/typos - rev: v1.23.1 + rev: v1.23.2 hooks: - id: typos @@ -56,7 +56,7 @@ repos: pass_filenames: false # This makes it a lot faster - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.1 + rev: v0.5.2 hooks: - id: ruff-format - id: ruff