From d9c01e77480220061d727eb5005245796203aa67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 04:26:45 +0000 Subject: [PATCH] ruff: Update to version 0.0.261 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index f044383410..f8f91e971c 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.0.260", + "version": "0.0.261", "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.260/ruff-x86_64-pc-windows-msvc.zip", - "hash": "4ee692a048ba150287edeebc788c80ea6093d9de6b479bf206d77b2d99470b93" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.261/ruff-x86_64-pc-windows-msvc.zip", + "hash": "9eee36da8007e3e956df48c1b7615f72c9bee3b004481e1c2826aa24f39887f7" }, "32bit": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.260/ruff-i686-pc-windows-msvc.zip", - "hash": "b2e841cdab591d5a5c05d4b8f23e918258f4ae8a67f6b7db9a831368e09b5d84" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.261/ruff-i686-pc-windows-msvc.zip", + "hash": "51b87adf039a466d1802ee4b8274362d7129a74abd75ceb8340daaa1137eeefc" }, "arm64": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.260/ruff-aarch64-pc-windows-msvc.zip", - "hash": "916407b0e06b500c4ce0838f2026f5caedefbbb7fd1d3c34d12bda75f142c65d" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.261/ruff-aarch64-pc-windows-msvc.zip", + "hash": "8f11aaf97fb6e50a0d3690b30ef98872c2f5137e0f49e80cf6f5c99e6f9afb5c" } }, "bin": "ruff.exe",