From 3fdd93adcf59ed1ffe52e7b0e5a2543b8fd680c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 20:28:39 +0000 Subject: [PATCH] ruff: Update to version 0.13.1 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index bef1d8c876..e69c6e2f72 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.13.0", + "version": "0.13.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.13.0/ruff-x86_64-pc-windows-msvc.zip", - "hash": "3a8d8cb96333671f78a5d209ddb4f830287e3eb2796fe01dd043b02ec1c1c7f1" + "url": "https://github.com/astral-sh/ruff/releases/download/0.13.1/ruff-x86_64-pc-windows-msvc.zip", + "hash": "d9a89413459698f4b1a3803fe76ce1f5976c7d058ed33a081dcc570aca20ced7" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.13.0/ruff-i686-pc-windows-msvc.zip", - "hash": "2cfb5ee1214ce8e5d8bbeefd7f48571b98f03dfb4f226fdebf879af82f912d7c" + "url": "https://github.com/astral-sh/ruff/releases/download/0.13.1/ruff-i686-pc-windows-msvc.zip", + "hash": "f95615a35a87d7f8f6fb501feb01bc419e6d268ecd4af4f18777efac603a7d2a" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.13.0/ruff-aarch64-pc-windows-msvc.zip", - "hash": "7131186a9e946ed5ef6bc90724b549b05317bbb7919b19927bfdf23df4434249" + "url": "https://github.com/astral-sh/ruff/releases/download/0.13.1/ruff-aarch64-pc-windows-msvc.zip", + "hash": "17c8ec337b61c014c0d1d090e379f28181d34c3d29edf528de3cf006f944bb18" } }, "bin": "ruff.exe",