From 05b9abeafc986c3b55a98215efe02d7f345d05e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 04:30:48 +0000 Subject: [PATCH] ruff: Update to version 0.8.1 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index 0be9bc81bd..9a87f398f1 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.8.0", + "version": "0.8.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.8.0/ruff-x86_64-pc-windows-msvc.zip", - "hash": "be33493b13911e7add147752d680d7f31501475b1758e714d731403accd9479f" + "url": "https://github.com/astral-sh/ruff/releases/download/0.8.1/ruff-x86_64-pc-windows-msvc.zip", + "hash": "ba096b22fec82e5fffff9bf76a7a75d617586c4d03ef2d13eb047882c532427a" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.8.0/ruff-i686-pc-windows-msvc.zip", - "hash": "7313d797f2093e096418f814a9537fb1d34e5e74c2b4ac294a84346b5261069a" + "url": "https://github.com/astral-sh/ruff/releases/download/0.8.1/ruff-i686-pc-windows-msvc.zip", + "hash": "d9d062c0266e3eebf2aa32633600561465d54e2612cb4e5986a990f5968cdacf" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.8.0/ruff-aarch64-pc-windows-msvc.zip", - "hash": "cd9d99c402fa10ba1c19e490379d69e97867058251aadcd9b968e62cd5369a45" + "url": "https://github.com/astral-sh/ruff/releases/download/0.8.1/ruff-aarch64-pc-windows-msvc.zip", + "hash": "18823e9728c09c09347bdcb8bf56eee117476e19248fce0bf9553f1510244a23" } }, "bin": "ruff.exe",