From 5176b9020b49bf50f8ea090d45d8fe45abda87a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 20:28:50 +0000 Subject: [PATCH] ruff: Update to version 0.14.1 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index c9ddf7edac..bae885b9cd 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.14.0", + "version": "0.14.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.14.0/ruff-x86_64-pc-windows-msvc.zip", - "hash": "f81f957c862f310ac0be70ae7cef2e99afb4cc09648e40c039432e11465c2c1c" + "url": "https://github.com/astral-sh/ruff/releases/download/0.14.1/ruff-x86_64-pc-windows-msvc.zip", + "hash": "ab0bc1876a16e1afa4177fe9f58d568fbe85921efb253395bd03d01e1e2c467d" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.14.0/ruff-i686-pc-windows-msvc.zip", - "hash": "75326418f1728e83ff615143beb32d203c73272621c4fec402dfd9c4ca0a403d" + "url": "https://github.com/astral-sh/ruff/releases/download/0.14.1/ruff-i686-pc-windows-msvc.zip", + "hash": "ffe525c5e641f3bef31d9bc6e1e3585f9f796dda1254c15e5a18ef51a91917c3" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.14.0/ruff-aarch64-pc-windows-msvc.zip", - "hash": "a882d2ec2235c13f63453fde682775d2e1f8a44ccfd1af9e031255b051e30e70" + "url": "https://github.com/astral-sh/ruff/releases/download/0.14.1/ruff-aarch64-pc-windows-msvc.zip", + "hash": "3bd0b34cc645faaf88b4010a639d9b0ec6c313359774ad7e48daaef4ddb3c4f7" } }, "bin": "ruff.exe",