From a1115adffd587efdaa2601a9cd312bb686b899a7 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Fri, 11 Jul 2025 09:56:49 +0200 Subject: [PATCH] MNT: Update pre-commit ruff legacy alias --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aa3f246537a..45c30837a87 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,13 +12,13 @@ repos: - id: check-toml - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.4 + rev: v0.12.2 hooks: - name: ruff check --fix - id: ruff + id: ruff-check args: [ --fix ] - name: ruff format id: ruff-format - name: fix implicit string concatenation - id: ruff + id: ruff-check args: [ --select, ISC001, --fix ]