From d04dbe95549e0083e54b598d298fc515104d21ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 16:28:38 +0000 Subject: [PATCH] ruff: Update to version 0.4.8 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index 65cb6787d4..7804784ec4 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.4.7", + "version": "0.4.8", "description": "An extremely fast Python linter, written in Rust", "homepage": "https://github.com/astral-sh/ruff", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.7/ruff-0.4.7-x86_64-pc-windows-msvc.zip", - "hash": "10f19d4d6de1bb36b5ad9245dac53cb710c49d2c6d3f908a90690fce156d5554" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.8/ruff-0.4.8-x86_64-pc-windows-msvc.zip", + "hash": "a2dd4edaf097916cbd79a743bd180d5a046ff37f03a0043e91bed42c17d24770" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.7/ruff-0.4.7-i686-pc-windows-msvc.zip", - "hash": "1663aa60ff9bee55ab5ddec0c583850a9fa21393fef466ebc9296f9d431040d9" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.8/ruff-0.4.8-i686-pc-windows-msvc.zip", + "hash": "b5a64df0ae78d89d67d6247b3694eb516b7ca3021404f74860cbd3b0db3aed89" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.7/ruff-0.4.7-aarch64-pc-windows-msvc.zip", - "hash": "63341a074cde41de5cbeb7d2316e5bf97c4b45a2a185f3757823ec660665cb8b" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.8/ruff-0.4.8-aarch64-pc-windows-msvc.zip", + "hash": "84dd466862fc9532c1ecd30f080ab4b9f876a46a1158fe726e808026bdb9c726" } }, "bin": "ruff.exe",