From b4f152e85f9429219961c4a5ae6c8cea69c14e47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 20:47:49 +0000 Subject: [PATCH] =?UTF-8?q?feat(deps):=20update=20pre-commit=20hook=20astr?= =?UTF-8?q?al-sh/ruff-pre-commit=20(=20v0.12.12=20=E2=86=92=20v0.15.12=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ------------------------- | -------- | -------- | | github-tags | astral-sh/ruff-pre-commit | v0.12.12 | v0.15.12 | --- .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 56fd23b..3a3027a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - --quiet-level=2 exclude_types: [csv, json] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.12 + rev: v0.15.12 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]