From 2973c68fda1a7c3a40fa6f49bec65db1cb640b63 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 16:29:49 +0000 Subject: [PATCH] ruff: Update to version 0.12.11 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index b77ee325a7..901ff2b6cc 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.12.10", + "version": "0.12.11", "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.12.10/ruff-x86_64-pc-windows-msvc.zip", - "hash": "a639e4dee10cb2900bffa7165457766671c59c744ce6b61cc658c35ab33a91fd" + "url": "https://github.com/astral-sh/ruff/releases/download/0.12.11/ruff-x86_64-pc-windows-msvc.zip", + "hash": "a9246d32c62999747cd0671e7d11ad4ebfb36a5f658fe63de583c7a5e9e2f306" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.12.10/ruff-i686-pc-windows-msvc.zip", - "hash": "b5d58c3b59aebe46626116721498bb7f88605f0085ebc23d3a75b78724ecc687" + "url": "https://github.com/astral-sh/ruff/releases/download/0.12.11/ruff-i686-pc-windows-msvc.zip", + "hash": "5f44870463efc6c8b16eb07f2b6fc8209c75f5c1050ef83b2c66305a6dd0839c" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.12.10/ruff-aarch64-pc-windows-msvc.zip", - "hash": "b157b393f368f9f1f646f573066e0cbf81fa852be3ba15fdd3a76c75a0b45c6e" + "url": "https://github.com/astral-sh/ruff/releases/download/0.12.11/ruff-aarch64-pc-windows-msvc.zip", + "hash": "758d7da795fca758ca82b3b657f71dda92ef090bbb581bce189dde5412eafcc6" } }, "bin": "ruff.exe",