From b2acc45d5391defbe3fd0704a1a5966d935513a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 20:29:17 +0000 Subject: [PATCH] ruff: Update to version 0.12.10 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index 7f3998d391..b77ee325a7 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.12.9", + "version": "0.12.10", "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.9/ruff-x86_64-pc-windows-msvc.zip", - "hash": "9d360dfd4ca5f688aabf542c570644fab8b02a3c0e71460cf51fc4869df03ba6" + "url": "https://github.com/astral-sh/ruff/releases/download/0.12.10/ruff-x86_64-pc-windows-msvc.zip", + "hash": "a639e4dee10cb2900bffa7165457766671c59c744ce6b61cc658c35ab33a91fd" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.12.9/ruff-i686-pc-windows-msvc.zip", - "hash": "3a043c3f3b5dfd2bd074a6bc86ee83f218dad59dc47b2dcea23ef27ac9b973eb" + "url": "https://github.com/astral-sh/ruff/releases/download/0.12.10/ruff-i686-pc-windows-msvc.zip", + "hash": "b5d58c3b59aebe46626116721498bb7f88605f0085ebc23d3a75b78724ecc687" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.12.9/ruff-aarch64-pc-windows-msvc.zip", - "hash": "c747d2ca1bd3bb6df0a2af31f39a53180f2bf556242e5380c495cbd7056c10be" + "url": "https://github.com/astral-sh/ruff/releases/download/0.12.10/ruff-aarch64-pc-windows-msvc.zip", + "hash": "b157b393f368f9f1f646f573066e0cbf81fa852be3ba15fdd3a76c75a0b45c6e" } }, "bin": "ruff.exe",