From c877150af9d52561a00bba8c9c224f961ff4e220 Mon Sep 17 00:00:00 2001 From: Eric <132447692+eric-rm@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:38:22 +0200 Subject: [PATCH] ruff: Update to version 0.5.4 (#5988) Co-authored-by: Hsiao-nan Cheung --- bucket/ruff.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index 881bc03554..7a453face8 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.4.10", - "description": "An extremely fast Python linter, written in Rust", + "version": "0.5.4", + "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/v0.4.10/ruff-0.4.10-x86_64-pc-windows-msvc.zip", - "hash": "8e3305d1b6411a8ae5795790e473f855bf12d074e9e9716e2ef104e9ad499c25" + "url": "https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-x86_64-pc-windows-msvc.zip", + "hash": "c5cd39373397efc0de80790fbd4695e5a47b5f204b6e9278dddbc84413730d42" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.10/ruff-0.4.10-i686-pc-windows-msvc.zip", - "hash": "186e622879758c4f26026927415ed7ed57871b95ae241d39e4128007319eb3c7" + "url": "https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-i686-pc-windows-msvc.zip", + "hash": "bf9549c14821c1cf3ecc65c7ddffd8b821b60e788d0fd5408ddd47a651b79e40" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.10/ruff-0.4.10-aarch64-pc-windows-msvc.zip", - "hash": "6b526e4da0d45589dc1247615e418d5e82490e25f8234b45551b2737f14ca5a1" + "url": "https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-aarch64-pc-windows-msvc.zip", + "hash": "17453d6205bc19b13c0a745ae1310e95582a6d310d7ffed7d36ed126e8c6fd85" } }, "bin": "ruff.exe", @@ -22,13 +22,13 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/v$version/ruff-$version-x86_64-pc-windows-msvc.zip" + "url": "https://github.com/astral-sh/ruff/releases/download/$version/ruff-x86_64-pc-windows-msvc.zip" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/v$version/ruff-$version-i686-pc-windows-msvc.zip" + "url": "https://github.com/astral-sh/ruff/releases/download/$version/ruff-i686-pc-windows-msvc.zip" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/v$version/ruff-$version-aarch64-pc-windows-msvc.zip" + "url": "https://github.com/astral-sh/ruff/releases/download/$version/ruff-aarch64-pc-windows-msvc.zip" } }, "hash": {