From c2541895c098a095fa36a50679f6d527bddd53c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 13 Oct 2025 21:00:32 +0300 Subject: [PATCH] chore(pre-commit): use current preferred ruff-check hook name Refs https://github.com/astral-sh/ruff-pre-commit/pull/124 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0d048e7074f..19818950082 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.14.0 hooks: - - id: ruff + - id: ruff-check types: [text] files: ^(helpers/python|.+\.py)$ exclude: ^completions/