From 08329c53a1ae0107c33fc597b9db379a2b34ec88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 16:29:50 +0000 Subject: [PATCH] ruff: Update to version 0.13.2 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index e69c6e2f72..4e1b391cff 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.13.1", + "version": "0.13.2", "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.13.1/ruff-x86_64-pc-windows-msvc.zip", - "hash": "d9a89413459698f4b1a3803fe76ce1f5976c7d058ed33a081dcc570aca20ced7" + "url": "https://github.com/astral-sh/ruff/releases/download/0.13.2/ruff-x86_64-pc-windows-msvc.zip", + "hash": "dea59c3440e59e4dbfa17ec8e51c10fb6f7586650cf30aad8dd8674ee4cb3f3c" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.13.1/ruff-i686-pc-windows-msvc.zip", - "hash": "f95615a35a87d7f8f6fb501feb01bc419e6d268ecd4af4f18777efac603a7d2a" + "url": "https://github.com/astral-sh/ruff/releases/download/0.13.2/ruff-i686-pc-windows-msvc.zip", + "hash": "cc498f637cca87e1a87ba35f66e020797e514959bf74932d87d9b8c8a5d733b1" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.13.1/ruff-aarch64-pc-windows-msvc.zip", - "hash": "17c8ec337b61c014c0d1d090e379f28181d34c3d29edf528de3cf006f944bb18" + "url": "https://github.com/astral-sh/ruff/releases/download/0.13.2/ruff-aarch64-pc-windows-msvc.zip", + "hash": "58b946ceaa220052bcb919d1a64ce3fd216ab24ae121fd0484513dd518ff5a40" } }, "bin": "ruff.exe",