From 133d6723bee491454bce5a95b6f118ce9a97e02f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 04:27:10 +0000 Subject: [PATCH] ruff: Update to version 0.4.5 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index dcbaaad027..fa738fc553 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.4.4", + "version": "0.4.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.4.4/ruff-0.4.4-x86_64-pc-windows-msvc.zip", - "hash": "0e8d426194ae101892ca554d99365ff97395ec77d19ecd9b8b01a4e12ddda682" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.5/ruff-0.4.5-x86_64-pc-windows-msvc.zip", + "hash": "65dc3b98413be7107545a4655e074ef93b0b42b5f230686d7dc69bb79f96b2c1" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.4/ruff-0.4.4-i686-pc-windows-msvc.zip", - "hash": "331616b32e38ff39c6b2ca9d73eea00deb718f7042b75eb469559c29c1acf46f" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.5/ruff-0.4.5-i686-pc-windows-msvc.zip", + "hash": "6327c1ef1e127edae343291ef412028e2b332cd321d076542df9d1532fd1d171" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.4/ruff-0.4.4-aarch64-pc-windows-msvc.zip", - "hash": "0f2739a3397f55dc5fb8538140e689258554fcc0690501f65bf680bf3c9361db" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.5/ruff-0.4.5-aarch64-pc-windows-msvc.zip", + "hash": "81558226974c8b83d9a9f8358a02882e46f06b83aa1ad8565cafd3a02d969f83" } }, "bin": "ruff.exe",