From b323bf17156cf2ad6eade3594ddea3d5b259bfa8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:30:55 +0000 Subject: [PATCH] ruff: Update to version 0.9.2 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index 9e2d0ad750..d3247a5850 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.9.1", + "version": "0.9.2", "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.1/ruff-x86_64-pc-windows-msvc.zip", - "hash": "7da670a27b595c715c315e99d8a96b82fc97dbccc99e10677d33757195554c10" + "url": "https://github.com/astral-sh/ruff/releases/download/0.9.2/ruff-x86_64-pc-windows-msvc.zip", + "hash": "77d4124dc2ab70a9e1e30114c2028f04618dc78be948b4f6e00a1256c4f349ac" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.9.1/ruff-i686-pc-windows-msvc.zip", - "hash": "ab90abd4f5f697d0c97f09565f01f5483a2075b6e36104d8dce83957f9c319b5" + "url": "https://github.com/astral-sh/ruff/releases/download/0.9.2/ruff-i686-pc-windows-msvc.zip", + "hash": "f310eee069cc922b0f18b00cac907114535d72c759ee0dbd221682e11769978c" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.9.1/ruff-aarch64-pc-windows-msvc.zip", - "hash": "e31578352732bd493497a0472d28cf9e90ff7d3c689fe3a6dbf44a1a785e42ff" + "url": "https://github.com/astral-sh/ruff/releases/download/0.9.2/ruff-aarch64-pc-windows-msvc.zip", + "hash": "5bed70eea1b95e0aaea3839e7c95cc90037e9e42aa3af7db04536c1ac972b08f" } }, "bin": "ruff.exe",