From c1a47264586f9c9d587fb879a848ec8cd8675300 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 20:24:16 +0000 Subject: [PATCH] ruff: Update to version 0.0.286 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index a016965def..2a5a1c1e39 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.0.285", + "version": "0.0.286", "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.285/ruff-x86_64-pc-windows-msvc.zip", - "hash": "132226f6381f8bb11def5bcedd58bfb46b1cfab76f5141083301388473960c1e" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.286/ruff-x86_64-pc-windows-msvc.zip", + "hash": "658a16b182ec080509fed543bf4ac0d1e905763b9871a2d00e207f6da563df15" }, "32bit": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.285/ruff-i686-pc-windows-msvc.zip", - "hash": "b222eb6fc4b2e5eff236b8e7213a055a675c2a484595e5083e3d5e157b680de7" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.286/ruff-i686-pc-windows-msvc.zip", + "hash": "72dd7b14a8ab39b7ab6f76f77e898a23ece0e04538514191e8640035e928156b" }, "arm64": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.285/ruff-aarch64-pc-windows-msvc.zip", - "hash": "99a1140a502b9412f567fece9509691b5ab199b87b76355630c850a294b8b9d7" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.286/ruff-aarch64-pc-windows-msvc.zip", + "hash": "6a5bb32bb0090173e9faee362e2f997884fb9ed21aa559d0aa5e248c7f21a32d" } }, "bin": "ruff.exe",