From e6e8a99e4984d986d719fe3e599d85e63845bfb8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 16:30:12 +0000 Subject: [PATCH] ruff: Update to version 0.9.10 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index a69ea2344b..bdb3876d87 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.9.9", + "version": "0.9.10", "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.9.9/ruff-x86_64-pc-windows-msvc.zip", - "hash": "13ccd981a38af7011844f8125210007aef026ad59348db9944a083d6081e660d" + "url": "https://github.com/astral-sh/ruff/releases/download/0.9.10/ruff-x86_64-pc-windows-msvc.zip", + "hash": "f1e75b080ea1c83737d0ada30a1338ba87d7792ce1dadd67daade720b539f8f7" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.9.9/ruff-i686-pc-windows-msvc.zip", - "hash": "4c0355a6c9ec92d89c8802aabd84a7e0fcf27794befc51a1c7a58bec2b70e5fd" + "url": "https://github.com/astral-sh/ruff/releases/download/0.9.10/ruff-i686-pc-windows-msvc.zip", + "hash": "a4ebfb2e8521e01dcd4ac4ca554b29e24157eb042c2a93662c7107bbb92d90ed" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.9.9/ruff-aarch64-pc-windows-msvc.zip", - "hash": "48ef6bde8d31c3e959e2ced28d033c948dfdf7bc06578865d404987be88c89af" + "url": "https://github.com/astral-sh/ruff/releases/download/0.9.10/ruff-aarch64-pc-windows-msvc.zip", + "hash": "3e89dd753090ae81947e8e2ddb88cf0475c931041d92afb95654ade5af54d7f7" } }, "bin": "ruff.exe",