From bf1d711eb190b1adc8033214a1ae9f478eca8b82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian=20Rey?= Date: Fri, 13 Feb 2026 13:16:41 +0100 Subject: [PATCH] Improve ruff pre-commit config --- .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 6b8b4224..fc4e5cc1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,10 +10,10 @@ repos: - id: check-merge-conflict # Check for files that contain merge conflict strings. - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.0 + rev: v0.15.1 hooks: - - id: ruff - args: [ --fix, --ignore, FIX ] + - id: ruff-check + args: [ --fix, --ignore, FIX ] # Allow committing with TODOs. Only CI checks should prevent merging with TODOs. - id: ruff-format ci: