From 67f9ede256d0e6d8574b70e79d1404e83ff387ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:30:42 +0000 Subject: [PATCH] ruff: Update to version 0.8.3 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index e2023455c7..23be6d6c64 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.8.2", + "version": "0.8.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.8.2/ruff-x86_64-pc-windows-msvc.zip", - "hash": "4ee1f8373e7f7c1be42d51b642d576cfea068584c5c8ee7086f502f0d3a2f483" + "url": "https://github.com/astral-sh/ruff/releases/download/0.8.3/ruff-x86_64-pc-windows-msvc.zip", + "hash": "297b8b1c8a888cadd12ca6baf4af115cc65890ccee75d51ca4057000cb0f4c3a" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.8.2/ruff-i686-pc-windows-msvc.zip", - "hash": "cb031edcace8297046c1fa0eba4eb37982c1b18f5f744ad1fbcb3271e6d845e8" + "url": "https://github.com/astral-sh/ruff/releases/download/0.8.3/ruff-i686-pc-windows-msvc.zip", + "hash": "165e7187594046d20f7d2863e78748bc75f3c3692493c4511bcb2662a8d6e765" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.8.2/ruff-aarch64-pc-windows-msvc.zip", - "hash": "547b3ff302b124023e025d7cf662e8b818740432338c7e2b5c990edc3dbeeb6d" + "url": "https://github.com/astral-sh/ruff/releases/download/0.8.3/ruff-aarch64-pc-windows-msvc.zip", + "hash": "16f543b6ac7765c3f91a8f6b24e49f42dc98e710ccb61b7800f7d21fe9026a14" } }, "bin": "ruff.exe",