From 7dfaa24ab5ae90ac643466ca6f30fa66256e7312 Mon Sep 17 00:00:00 2001 From: cotovanu-cristian Date: Tue, 17 Feb 2026 08:31:30 +0200 Subject: [PATCH] chore: update ruff pre-commit hook to v0.15.0 Align pre-commit ruff version with the version resolved in uv.lock to prevent local/CI lint result discrepancies. Co-Authored-By: Claude Opus 4.6 --- .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 7043ff8..d584e50 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.6 + rev: v0.15.0 hooks: - id: ruff args: [ --fix ]