From f136d96a2833877bcf0a726c5cd052a7b92c5e33 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 00:42:38 +0000 Subject: [PATCH] ruff: Update to version 0.14.9 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index a0d1d255a4..72bdeded51 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.14.8", + "version": "0.14.9", "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.14.8/ruff-x86_64-pc-windows-msvc.zip", - "hash": "a837e98f5e6a21222a896f60521f563aea2c686a07cad17da9f5b5f2c4e04f8a" + "url": "https://github.com/astral-sh/ruff/releases/download/0.14.9/ruff-x86_64-pc-windows-msvc.zip", + "hash": "98727a845f01782b78efe1a3f0913aa9ec76c9a24e09aca89e26b3b684ca86a0" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.14.8/ruff-i686-pc-windows-msvc.zip", - "hash": "2bdff511119eb9d94e5a240c15bef668c43b0640e61c549b32242d7b04efd062" + "url": "https://github.com/astral-sh/ruff/releases/download/0.14.9/ruff-i686-pc-windows-msvc.zip", + "hash": "a7e19280ec509dbefdffd097e29f0ca411cca7196a7272198d022d22d5fad6c3" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.14.8/ruff-aarch64-pc-windows-msvc.zip", - "hash": "965217e69f6d43e4df25abeec7b51a5ea014dbec219b9b2866ca37dcd312405e" + "url": "https://github.com/astral-sh/ruff/releases/download/0.14.9/ruff-aarch64-pc-windows-msvc.zip", + "hash": "dcc2c8a687b9682ab345418ba2793bc8594ae1f2bdb78af520b363e17cf2e271" } }, "bin": "ruff.exe",