From 0b56280b7eb6d25719ed45ccd80d29456ef7d533 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:32:14 +0000 Subject: [PATCH] ruff: Update to version 0.7.3 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index 2338dd64cd..35d1a36268 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.7.2", + "version": "0.7.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.7.2/ruff-x86_64-pc-windows-msvc.zip", - "hash": "d17fc78360a3780de1c13e94174ae098f1d55febc613e1d50bae1eb6c71dcfb5" + "url": "https://github.com/astral-sh/ruff/releases/download/0.7.3/ruff-x86_64-pc-windows-msvc.zip", + "hash": "203a6fdb3895de9d0ad5e81d2f8b76a87dfdf94cff5e2749ce25139086c215d5" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.7.2/ruff-i686-pc-windows-msvc.zip", - "hash": "d04baf358d16b6b74c196a1cc9b1d72a4b3f6b3b0c6ca59543ba94a15a8fcd5d" + "url": "https://github.com/astral-sh/ruff/releases/download/0.7.3/ruff-i686-pc-windows-msvc.zip", + "hash": "fa73be28444e60bde0d13853443e69ec941567eb4a99c1e28bf57ef94406a7cf" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.7.2/ruff-aarch64-pc-windows-msvc.zip", - "hash": "b6d9616e6e621c3724ecd157d1fa6e326cc0c171e0efe59a8b854e4a082448b8" + "url": "https://github.com/astral-sh/ruff/releases/download/0.7.3/ruff-aarch64-pc-windows-msvc.zip", + "hash": "6cdbdab6b95b7b9988e8f47a602ed1ab7fd1a5fa34f2269d99dabf548962a952" } }, "bin": "ruff.exe",