From 4655a3037a1dcccef0ee4651c5472c96a4905fdf Mon Sep 17 00:00:00 2001 From: Igor Lins e Silva <4753812+igorls@users.noreply.github.com> Date: Sat, 23 May 2026 12:11:10 -0300 Subject: [PATCH] =?UTF-8?q?chore(pre-commit):=20bump=20ruff=20pin=20v0.15.?= =?UTF-8?q?9=20=E2=86=92=20v0.15.14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lock-step with pyproject.toml `[project.optional-dependencies].dev` (ruff bumped from 0.15.9 → 0.15.14 via PR #1583). The `.pre-commit-config.yaml` header explicitly requires this rev to match the pyproject pin — without this bump, contributors who run `pre-commit install` will hit the same version-mismatch debacle this PR was opened to prevent. --- .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 b413e1c..3d6d4f9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: # ([project.optional-dependencies].dev / [dependency-groups].dev) and # .github/workflows/ci.yml. A different ruff here produces different # formatter output than CI and breaks `ruff format --check` in lint. - rev: v0.15.9 + rev: v0.15.14 hooks: - id: ruff args: [--fix]