From 6fcf9afec97537c8b51961cb3f4115fa3a0ef868 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 16:26:26 +0000 Subject: [PATCH] ruff: Update to version 0.0.280 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index f6a34030ab..3f94e4eaa4 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.0.279", + "version": "0.0.280", "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.279/ruff-x86_64-pc-windows-msvc.zip", - "hash": "ac87cfcc98a9e36ef1e9d0350c7dc8d9fd78b492cf7dfece29c2f433bdfc1b5a" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.280/ruff-x86_64-pc-windows-msvc.zip", + "hash": "84a7a532baa835b3d096a39846fb228c6238660d1f838d08fade4eeea3b4a68a" }, "32bit": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.279/ruff-i686-pc-windows-msvc.zip", - "hash": "51b5546456053e26434aaf3fd71d9e93a44c510d03f4c390207f2905638b13f2" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.280/ruff-i686-pc-windows-msvc.zip", + "hash": "35bb4f7e266ea78e952cd1ef80d62ff7fda8ca8cac6c2937a0c67fa9eeeaffc5" }, "arm64": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.279/ruff-aarch64-pc-windows-msvc.zip", - "hash": "7372c6927973438c5e71eac11134bfe667262b841dbf70be980651ee87739bba" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.280/ruff-aarch64-pc-windows-msvc.zip", + "hash": "1e458337217400aaacda9edc06b38249f762a9a8715247555ca60a2622ffacbc" } }, "bin": "ruff.exe",