From 6d0fc51de64c543448f30d6d0d092463df6ada7c Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Tue, 28 Oct 2025 22:53:22 +0100 Subject: [PATCH] pre-commit: remove `(legacy alias)` from output ruff (legacy alias)......................................................Passed --- .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 ac32592..9a59db7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,9 +34,9 @@ repos: hooks: - id: validate-pyproject - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.2 + rev: v0.14.2 hooks: - - id: ruff + - id: ruff-check args: [--fix, --show-fixes] - id: ruff-format - repo: https://github.com/codespell-project/codespell