From 30e27e6445b60e24f89a668e1805e06088fc9dc9 Mon Sep 17 00:00:00 2001 From: Florian Rupprecht <33600480+nx10@users.noreply.github.com> Date: Mon, 24 Nov 2025 11:18:36 -0500 Subject: [PATCH] Update legacy ruff-check pre-commit 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 934c05e..e580aab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.14.5 hooks: - - id: ruff + - id: ruff-check - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy