From 21a93f9df4a988e4a325953c00034aad606290a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 04:28:10 +0000 Subject: [PATCH] ruff: Update to version 0.4.6 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index fa738fc553..66d100c6f4 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.4.5", + "version": "0.4.6", "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.5/ruff-0.4.5-x86_64-pc-windows-msvc.zip", - "hash": "65dc3b98413be7107545a4655e074ef93b0b42b5f230686d7dc69bb79f96b2c1" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.6/ruff-0.4.6-x86_64-pc-windows-msvc.zip", + "hash": "0bd9f80fe9c6cb1fcde9f835b4960b22192d81cd71533c52114e548a82164aca" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.5/ruff-0.4.5-i686-pc-windows-msvc.zip", - "hash": "6327c1ef1e127edae343291ef412028e2b332cd321d076542df9d1532fd1d171" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.6/ruff-0.4.6-i686-pc-windows-msvc.zip", + "hash": "36c36935ce395a9d38f9f9a6271cc990d022d2a16ec187753f33b16d7f1ca2e4" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.5/ruff-0.4.5-aarch64-pc-windows-msvc.zip", - "hash": "81558226974c8b83d9a9f8358a02882e46f06b83aa1ad8565cafd3a02d969f83" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.6/ruff-0.4.6-aarch64-pc-windows-msvc.zip", + "hash": "a9fae31935454dc881bc779af0565aebf24391d080b8ca7c44146330f9162917" } }, "bin": "ruff.exe",