From 11a9ac3b55edc5e08ff0e4a32ab418fc4d617671 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 00:41:41 +0000 Subject: [PATCH] ruff: Update to version 0.12.1 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index 59c8f63084..07b9724e30 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.12.0", + "version": "0.12.1", "description": "An extremely fast Python linter and code formatter, written in Rust.", "homepage": "https://github.com/astral-sh/ruff", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.12.0/ruff-x86_64-pc-windows-msvc.zip", - "hash": "b2206e1da2f08cdb46e1e5cdafdb6b1d307bb568cc299111742173843d340db3" + "url": "https://github.com/astral-sh/ruff/releases/download/0.12.1/ruff-x86_64-pc-windows-msvc.zip", + "hash": "ed16ae044866378c27855f44400c1eb0db8ecec26ef07582dae1d550b968d9fe" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.12.0/ruff-i686-pc-windows-msvc.zip", - "hash": "d371f72753b7a4a8ff1cb8596a65c794bb864be3a7654c399e8fb73826f5d8d2" + "url": "https://github.com/astral-sh/ruff/releases/download/0.12.1/ruff-i686-pc-windows-msvc.zip", + "hash": "6ce28e584a294f843dc278bcd7fc88db02c56068faebdafad0bd552f2e355af9" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.12.0/ruff-aarch64-pc-windows-msvc.zip", - "hash": "366ef0d9cc20c2d9f396f81ff3365d18a1ebdf1c7d2cbcbbb10c6fe82987f2b1" + "url": "https://github.com/astral-sh/ruff/releases/download/0.12.1/ruff-aarch64-pc-windows-msvc.zip", + "hash": "a63061136085e15915514205297e432bb178ca2f4ce5294b12f98be9c60470e9" } }, "bin": "ruff.exe",