From 4382128f4b62e1c0fb5564fb593ee547cc6f504f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 20:24:14 +0000 Subject: [PATCH] ruff: Update to version 0.0.289 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index b0ba3f9b11..e41c5b91f7 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.0.288", + "version": "0.0.289", "description": "An extremely fast Python linter, written in Rust", "homepage": "https://github.com/charliermarsh/ruff", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.288/ruff-x86_64-pc-windows-msvc.zip", - "hash": "df9b5fcad26dca30c9f286e8b4dda6da62fa09a98b8b98a872f3c5d1b60a0586" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.289/ruff-x86_64-pc-windows-msvc.zip", + "hash": "26bfaf9f1555e88ae0ccf4c69bc933207dc526feb3dc1570124d9d2de3fdb365" }, "32bit": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.288/ruff-i686-pc-windows-msvc.zip", - "hash": "18445b5b125e72fde0c536efca75a72452ae2e76b30fe20905f048d57ec5e4a8" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.289/ruff-i686-pc-windows-msvc.zip", + "hash": "56560aa8dc8403505a57ba298763773c160ec0382c2d16c1515501d30691d189" }, "arm64": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.288/ruff-aarch64-pc-windows-msvc.zip", - "hash": "3883780830d2bbe661aee3be182925d73c9a61638c12f069df4ba6a622cd5729" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.289/ruff-aarch64-pc-windows-msvc.zip", + "hash": "c690d5bc3334a01bbc2fd3ba085fc77c7ffed13b91a59b196ae9a1621408cb49" } }, "bin": "ruff.exe",