From 0eee14aab280e990c849dec3c20739c3037bca9d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 21:07:02 +0000 Subject: [PATCH] ruff: Update to version 0.3.5 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index 6defe953e7..d3675728e4 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.3.4", + "version": "0.3.5", "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.3.4/ruff-0.3.4-x86_64-pc-windows-msvc.zip", - "hash": "4e0d1fe9155fcd335e33a3b75b60282778c88eb282634bff2d4351d0b5ddd090" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.3.5/ruff-0.3.5-x86_64-pc-windows-msvc.zip", + "hash": "a9b3c3cf1125667dc95aff6d24278aeebdb25c63bc6a2f138a93b4f9226642be" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/v0.3.4/ruff-0.3.4-i686-pc-windows-msvc.zip", - "hash": "a561b37ebc2978e78d9efccd6972015a2ee1c31b9d38f3c020fa96c538e78631" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.3.5/ruff-0.3.5-i686-pc-windows-msvc.zip", + "hash": "11d0e106d8d51ffc964c4e2512ece8b39f0966bb1c4d0528c4bff2fac7d1d7a3" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/v0.3.4/ruff-0.3.4-aarch64-pc-windows-msvc.zip", - "hash": "068b67ee168da54a7f6b839fac8b36ec03739c8cc8e87cf50a01721d30cfe96c" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.3.5/ruff-0.3.5-aarch64-pc-windows-msvc.zip", + "hash": "d0fc509148bf343681bf66cfd76b87b4a9465c4c1a4fb466da59671354857def" } }, "bin": "ruff.exe",