From f90d584b93877350339740a34d2fbc101b53937b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 16:30:21 +0000 Subject: [PATCH] ruff: Update to version 0.6.3 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index d196790c6b..3bf3c11d46 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.6.2", + "version": "0.6.3", "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.6.2/ruff-x86_64-pc-windows-msvc.zip", - "hash": "c3fca2b8be67ac608941ead77dc07b8ee4f9c884f8491b46aaff42478dd6a4c3" + "url": "https://github.com/astral-sh/ruff/releases/download/0.6.3/ruff-x86_64-pc-windows-msvc.zip", + "hash": "2a4bdca05e61b9855b7668d5377503feb69332fd1401069392212e0579533608" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.6.2/ruff-i686-pc-windows-msvc.zip", - "hash": "c0be6bfc620eb25e2156aa309b8cf609af7df9eeb22695b0434fd5c33a63671e" + "url": "https://github.com/astral-sh/ruff/releases/download/0.6.3/ruff-i686-pc-windows-msvc.zip", + "hash": "91964a944144408f8d590fa9714d65a437b845bd513a03f40c0b2ba9f85bc992" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.6.2/ruff-aarch64-pc-windows-msvc.zip", - "hash": "1c28becfb6a220b3cf1eeb734bcf8c3220f24c3bc5a35a17e72d7c8352da9106" + "url": "https://github.com/astral-sh/ruff/releases/download/0.6.3/ruff-aarch64-pc-windows-msvc.zip", + "hash": "2c8ae364f971be8e23efec0a503dbfdc6fe9af7c33460ab565673f4e85706866" } }, "bin": "ruff.exe",