From f9f1d3802ca94ca8a0280a8123316403ff938f22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 16:30:06 +0000 Subject: [PATCH] ruff: Update to version 0.6.9 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index 42fc9ad01a..d39f851c9c 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.6.8", + "version": "0.6.9", "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.6.8/ruff-x86_64-pc-windows-msvc.zip", - "hash": "998ee76c52a963abda3f3cfb259aadeb6cb733c7dedc0813b79fc70f53e5420b" + "url": "https://github.com/astral-sh/ruff/releases/download/0.6.9/ruff-x86_64-pc-windows-msvc.zip", + "hash": "9d10e1282c5f695b2130cf593d55e37266513fc6d497edc4a30a6ed6d8ba4067" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.6.8/ruff-i686-pc-windows-msvc.zip", - "hash": "800280360d464e959fce496e499dfa585c5a5d96ad8a86ca1a4964299ec845d0" + "url": "https://github.com/astral-sh/ruff/releases/download/0.6.9/ruff-i686-pc-windows-msvc.zip", + "hash": "cd7ad2ae2e1717098e49187bb730e0d5799625373fcd62f3f4daf0096bb4e1dc" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.6.8/ruff-aarch64-pc-windows-msvc.zip", - "hash": "68354a68684084e7239981ee47acbf707c3e99da8fa4639ac33d338c6221f6df" + "url": "https://github.com/astral-sh/ruff/releases/download/0.6.9/ruff-aarch64-pc-windows-msvc.zip", + "hash": "92a91342285bb9f51bddf4822dfd6585f8567b569e2a630b5219158a820e93df" } }, "bin": "ruff.exe",