From 2f35e3ae71afa095d172e63e177446f1ad679d71 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 20:24:29 +0000 Subject: [PATCH] ruff: Update to version 0.0.281 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index 3f94e4eaa4..03060a44d4 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.0.280", + "version": "0.0.281", "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.280/ruff-x86_64-pc-windows-msvc.zip", - "hash": "84a7a532baa835b3d096a39846fb228c6238660d1f838d08fade4eeea3b4a68a" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.281/ruff-x86_64-pc-windows-msvc.zip", + "hash": "35740c0d2658369dbfbcd3dfd8fcbc7b7140c93e66146871f6fb3c98716057f0" }, "32bit": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.280/ruff-i686-pc-windows-msvc.zip", - "hash": "35bb4f7e266ea78e952cd1ef80d62ff7fda8ca8cac6c2937a0c67fa9eeeaffc5" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.281/ruff-i686-pc-windows-msvc.zip", + "hash": "00ef92f1d8b34a29db496fb92b8fe495d4c53631bdd4f034a7e0afbcd9e530af" }, "arm64": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.280/ruff-aarch64-pc-windows-msvc.zip", - "hash": "1e458337217400aaacda9edc06b38249f762a9a8715247555ca60a2622ffacbc" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.281/ruff-aarch64-pc-windows-msvc.zip", + "hash": "c109a9ee7fdc7383c6022c28e835a419204b721b7547c2bf43a24feeab84cadc" } }, "bin": "ruff.exe",