From f2718378b5db34367dd0b65e5b2c6ab595cdb322 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 00:32:54 +0000 Subject: [PATCH] ruff: Update to version 0.2.0 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index 82f0d2a79c..3631447925 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.1.15", + "version": "0.2.0", "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.1.15/ruff-0.1.15-x86_64-pc-windows-msvc.zip", - "hash": "c4a35aafab97159b7e497c1ef40696fa5d7f78b39417df6ca62d6d6d5f645e3b" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.2.0/ruff-0.2.0-x86_64-pc-windows-msvc.zip", + "hash": "de961bcb3f72c05a95ee7831437cbcdfc38e4c99b7e96cfc184b98cbf5be1a2c" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/v0.1.15/ruff-0.1.15-i686-pc-windows-msvc.zip", - "hash": "1cbb7ef56a63b5adba755d9f5e4b978f5526feda93b9f0583b8c46f58eb78763" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.2.0/ruff-0.2.0-i686-pc-windows-msvc.zip", + "hash": "38eab62232f65c2c8e98b1eff59e046101c9439d98da3db5c12999330c837646" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/v0.1.15/ruff-0.1.15-aarch64-pc-windows-msvc.zip", - "hash": "aaa442d3e1e91b63f1a90e327eab7a76543c4d3883289fecd6b907a24e181fef" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.2.0/ruff-0.2.0-aarch64-pc-windows-msvc.zip", + "hash": "1efbd2cc3b444793bbb3d1c37b798726cab237792cdfa30cbf6d4677ff5e34f9" } }, "bin": "ruff.exe",