From 8cee238c7d9529f0592d0473a308318861203be1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 16:29:13 +0000 Subject: [PATCH] ruff: Update to version 0.11.0 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index 290c6f3a78..671dd643a8 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.10.0", + "version": "0.11.0", "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.10.0/ruff-x86_64-pc-windows-msvc.zip", - "hash": "f97160653dc9f9dde5cdbe8b24a53cb93a43e54ee30da6b995cf667c2e599ff2" + "url": "https://github.com/astral-sh/ruff/releases/download/0.11.0/ruff-x86_64-pc-windows-msvc.zip", + "hash": "92e87a04f5750312a5454610633f6af91485578cc1dd944b4692d2fb5f6188dc" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.10.0/ruff-i686-pc-windows-msvc.zip", - "hash": "81477cb2152d195cfa7181773d8a7c32fd9bd2f9292e8e8ce7848fdd2d7bebb8" + "url": "https://github.com/astral-sh/ruff/releases/download/0.11.0/ruff-i686-pc-windows-msvc.zip", + "hash": "92c1b065f33dcd88efa08fb374a81d9687430faee11c18f7d3dea12ad88ee163" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.10.0/ruff-aarch64-pc-windows-msvc.zip", - "hash": "e40d9d7efe47fcd1a5ffc2314ea45076d71cf83638550c5b95f9ecfff3cbac2b" + "url": "https://github.com/astral-sh/ruff/releases/download/0.11.0/ruff-aarch64-pc-windows-msvc.zip", + "hash": "49c1a9f99aa0e606d66960be12bb21e40da190e4798a18df0bf361c99dc644ad" } }, "bin": "ruff.exe",