From a48bd93ae05884f49d83268d7d3ac5f6bb5a1365 Mon Sep 17 00:00:00 2001 From: Bartosz Sokorski Date: Thu, 2 Oct 2025 01:24:26 +0200 Subject: [PATCH] Use ruff-check hook instead of legacy alias --- .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 7617038d..9beff4a2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.13.2 hooks: - - id: ruff + - id: ruff-check - id: ruff-format - repo: https://github.com/woodruffw/zizmor-pre-commit