From a2d5ebb14c9f89b6bc3d8d34558a71ee729451a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 21:06:16 +0000 Subject: [PATCH] ruff: Update to version 0.4.0 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index 5bc7e8d4ef..639a57731d 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.3.7", + "version": "0.4.0", "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.7/ruff-0.3.7-x86_64-pc-windows-msvc.zip", - "hash": "614136fdd24663104483eac99b62a61e6a22e97d685d7c7238ac5cd2fed9907e" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.0/ruff-0.4.0-x86_64-pc-windows-msvc.zip", + "hash": "813395d368745b4ee4ddd5e2b5d7abf28ef9fbd16ce8b55cc2d178f0b031e7e7" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/v0.3.7/ruff-0.3.7-i686-pc-windows-msvc.zip", - "hash": "9a7914be652913b023e0fddc7532b233472828bdc0ed1e8deb3ff2eba2bec4da" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.0/ruff-0.4.0-i686-pc-windows-msvc.zip", + "hash": "8418876862e4451f05e28a6fa2be1f9124a30417ad32417d892e267fb2265779" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/v0.3.7/ruff-0.3.7-aarch64-pc-windows-msvc.zip", - "hash": "e7155b46a4242d9013b8eec2a669b54719f0e53383d0b7f135fe9a8bc2d7436b" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.0/ruff-0.4.0-aarch64-pc-windows-msvc.zip", + "hash": "2801603ba69d3f9c31a5623ebfb4fe85fd746357ced0ef67698649b93fd57c05" } }, "bin": "ruff.exe",