From ec47600820572bf36969e7bd7e792149c36902b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 12:32:57 +0000 Subject: [PATCH] ruff: Update to version 0.9.9 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index cb641b0480..a69ea2344b 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.9.8", + "version": "0.9.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.9.8/ruff-x86_64-pc-windows-msvc.zip", - "hash": "7144401f70fe7410a771537cf2bc6e50a82cf95a2f51c611397ed4eccb777409" + "url": "https://github.com/astral-sh/ruff/releases/download/0.9.9/ruff-x86_64-pc-windows-msvc.zip", + "hash": "13ccd981a38af7011844f8125210007aef026ad59348db9944a083d6081e660d" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.9.8/ruff-i686-pc-windows-msvc.zip", - "hash": "3f5ab787bb2e39ce582675af5ab600f4e08a4f65c44e34e7b840cf6a231bd43a" + "url": "https://github.com/astral-sh/ruff/releases/download/0.9.9/ruff-i686-pc-windows-msvc.zip", + "hash": "4c0355a6c9ec92d89c8802aabd84a7e0fcf27794befc51a1c7a58bec2b70e5fd" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.9.8/ruff-aarch64-pc-windows-msvc.zip", - "hash": "6b14e0a3a3d5e783ddc1e3dbecbb3552c0b302a096af88e7b57323bb6d88975e" + "url": "https://github.com/astral-sh/ruff/releases/download/0.9.9/ruff-aarch64-pc-windows-msvc.zip", + "hash": "48ef6bde8d31c3e959e2ced28d033c948dfdf7bc06578865d404987be88c89af" } }, "bin": "ruff.exe",