From cdcabacd0c61dfaf41426cacaea7f8790aaa68cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 20:49:25 +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.0=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.0 | --- .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..fb6e012 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.0 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]