From 8401d37d5647d634cb3faec89be79360a2570025 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 16:30:02 +0000 Subject: [PATCH] ruff: Update to version 0.14.6 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index 956874f8d5..8a9da0d983 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.14.5", + "version": "0.14.6", "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.5/ruff-x86_64-pc-windows-msvc.zip", - "hash": "9b998bf1a790a18b829fab3368ee7404a8f1f2cec2acb650aa1fd1b74962d023" + "url": "https://github.com/astral-sh/ruff/releases/download/0.14.6/ruff-x86_64-pc-windows-msvc.zip", + "hash": "3a8bb3499484c7f9e86060c89d0e61c47dac7f9fb4d7fe46bc59dca400b322c9" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.14.5/ruff-i686-pc-windows-msvc.zip", - "hash": "6b54cf61dad3276995d157d000f501917f1aa54735391150bf93282329253c92" + "url": "https://github.com/astral-sh/ruff/releases/download/0.14.6/ruff-i686-pc-windows-msvc.zip", + "hash": "c7b76311939f0ed7fbf4fe1be7c6c96c05b26a73e500650dff2586cbbe5c0b45" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.14.5/ruff-aarch64-pc-windows-msvc.zip", - "hash": "c09ff1cdaafd6cc3733586dc517bfd3e0d0ddc39360c90343ab7b610c8ade130" + "url": "https://github.com/astral-sh/ruff/releases/download/0.14.6/ruff-aarch64-pc-windows-msvc.zip", + "hash": "90518b6d16fe8b705c891dcdd77b20ab41da5e042b085aced7bbc647f6f2fdcd" } }, "bin": "ruff.exe",