From 2a2f15924cb72e2e92129401c75fc6ba01b2c148 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 20:30:32 +0000 Subject: [PATCH] ruff: Update to version 0.12.4 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index b6ff1a74f7..0ff3b26016 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.12.3", + "version": "0.12.4", "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.3/ruff-x86_64-pc-windows-msvc.zip", - "hash": "37dc6f2f5756421fc59fe5f841ecaa92beee38a39751dfe5a42bdc13992da3d5" + "url": "https://github.com/astral-sh/ruff/releases/download/0.12.4/ruff-x86_64-pc-windows-msvc.zip", + "hash": "0fcadba5764177cc79d3b1bdf56481e71977dd167efd1073f9db9b719e34ed38" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.12.3/ruff-i686-pc-windows-msvc.zip", - "hash": "500aebc9beda7ca2f4a00de54f950ef0912a8635d1a0dbfe5df65346e421e4dc" + "url": "https://github.com/astral-sh/ruff/releases/download/0.12.4/ruff-i686-pc-windows-msvc.zip", + "hash": "5f6a09e123059e7b434edc68b5ed5e8d2af8156cf10506a3587c51ecc1ffcab1" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.12.3/ruff-aarch64-pc-windows-msvc.zip", - "hash": "25056f8a5ca19f87e4d8e13b744077ad47e122dbef454a6ecf572d9d92d5dbf1" + "url": "https://github.com/astral-sh/ruff/releases/download/0.12.4/ruff-aarch64-pc-windows-msvc.zip", + "hash": "859739ae8f64f39512f637ecc56ca12adfdc0d45f79f2ce1ba53d5111d92e753" } }, "bin": "ruff.exe",