From 6b215714a26d3e9fe1e8cb618a17cf37ba70f472 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 16:30:05 +0000 Subject: [PATCH] ruff: Update to version 0.11.8 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index 1950bd8634..c72172d1e8 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.11.7", + "version": "0.11.8", "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.11.7/ruff-x86_64-pc-windows-msvc.zip", - "hash": "9e319a18844da490949303ec5a60032f6ee8d673fb174bd4e70c8641b091375d" + "url": "https://github.com/astral-sh/ruff/releases/download/0.11.8/ruff-x86_64-pc-windows-msvc.zip", + "hash": "2279f17ad7474b9a1493ec2aab404e6f1109272d3221a5d38ee06ceb0e4c6100" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.11.7/ruff-i686-pc-windows-msvc.zip", - "hash": "8608f979877847e8d218c9b5bc327bb5e9ce45b39961addc8380ffd9f4833a1a" + "url": "https://github.com/astral-sh/ruff/releases/download/0.11.8/ruff-i686-pc-windows-msvc.zip", + "hash": "c9d35f023f94110fd77e0d84240b8c1daf26f923e115556d7ef1e1d3af663e83" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.11.7/ruff-aarch64-pc-windows-msvc.zip", - "hash": "c18bc5d87b9b582f1f9da6bdf78fa4a710f9d40f409cfae330f20bf9f16ce631" + "url": "https://github.com/astral-sh/ruff/releases/download/0.11.8/ruff-aarch64-pc-windows-msvc.zip", + "hash": "06c2152f269949390bdde0cc9f6d74eb3f4068853a3d772b9ac9baa675b63a06" } }, "bin": "ruff.exe",