From bd08750ca7bb95a70949da14d4e24f704a0c2353 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 16:30:33 +0000 Subject: [PATCH] ruff: Update to version 0.11.1 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index 671dd643a8..4bd2594754 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.11.0", + "version": "0.11.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.11.0/ruff-x86_64-pc-windows-msvc.zip", - "hash": "92e87a04f5750312a5454610633f6af91485578cc1dd944b4692d2fb5f6188dc" + "url": "https://github.com/astral-sh/ruff/releases/download/0.11.1/ruff-x86_64-pc-windows-msvc.zip", + "hash": "ea0371400228fcccd81c4d6884caa4c80d694cf73a20b6e9a685b0fac76c2455" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.11.0/ruff-i686-pc-windows-msvc.zip", - "hash": "92c1b065f33dcd88efa08fb374a81d9687430faee11c18f7d3dea12ad88ee163" + "url": "https://github.com/astral-sh/ruff/releases/download/0.11.1/ruff-i686-pc-windows-msvc.zip", + "hash": "0a3931aee2ce36a9604109b9edb0e02e2a07401957fa2da125f4fa2199a836de" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.11.0/ruff-aarch64-pc-windows-msvc.zip", - "hash": "49c1a9f99aa0e606d66960be12bb21e40da190e4798a18df0bf361c99dc644ad" + "url": "https://github.com/astral-sh/ruff/releases/download/0.11.1/ruff-aarch64-pc-windows-msvc.zip", + "hash": "ee7211b59f05be0e5c5fd24d5dc05591644fac4c15f4f013e5975511b27b9402" } }, "bin": "ruff.exe",