From cdb97b3fd6385a6e48ac132c8d1322d80cab351b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 00:34:38 +0000 Subject: [PATCH] ruff: Update to version 0.0.260 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index dba9391fdf..f044383410 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.0.259", + "version": "0.0.260", "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.259/ruff-x86_64-pc-windows-msvc.zip", - "hash": "4047f68358795a1d3c6b2abfeded039fa3e00df61f50c6c5775f5f73028c5d7a" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.260/ruff-x86_64-pc-windows-msvc.zip", + "hash": "4ee692a048ba150287edeebc788c80ea6093d9de6b479bf206d77b2d99470b93" }, "32bit": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.259/ruff-i686-pc-windows-msvc.zip", - "hash": "bd4781ddd381f083b23d17346dfeb1d4fc1156d3fac59778a95370eafdee1fbf" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.260/ruff-i686-pc-windows-msvc.zip", + "hash": "b2e841cdab591d5a5c05d4b8f23e918258f4ae8a67f6b7db9a831368e09b5d84" }, "arm64": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.259/ruff-aarch64-pc-windows-msvc.zip", - "hash": "59656e073f16066c8d64dfab14e4921cf79dcb8d65d0357a6161b62e2388831b" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.260/ruff-aarch64-pc-windows-msvc.zip", + "hash": "916407b0e06b500c4ce0838f2026f5caedefbbb7fd1d3c34d12bda75f142c65d" } }, "bin": "ruff.exe",