From 0060b7b22db3f75e0c21a53fc588a52f0d498f20 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 16:27:02 +0000 Subject: [PATCH] ruff: Update to version 0.0.282 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index 03060a44d4..dff6f27018 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.0.281", + "version": "0.0.282", "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.281/ruff-x86_64-pc-windows-msvc.zip", - "hash": "35740c0d2658369dbfbcd3dfd8fcbc7b7140c93e66146871f6fb3c98716057f0" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.282/ruff-x86_64-pc-windows-msvc.zip", + "hash": "0622b3d80bb8be778d8c244e92cbf2e841b2af3bff0356920065dc2114691450" }, "32bit": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.281/ruff-i686-pc-windows-msvc.zip", - "hash": "00ef92f1d8b34a29db496fb92b8fe495d4c53631bdd4f034a7e0afbcd9e530af" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.282/ruff-i686-pc-windows-msvc.zip", + "hash": "956abe6584aebfedbde9872b5f9bb5ed4362ad56b1ce628fef39ff67123f4f05" }, "arm64": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.281/ruff-aarch64-pc-windows-msvc.zip", - "hash": "c109a9ee7fdc7383c6022c28e835a419204b721b7547c2bf43a24feeab84cadc" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.282/ruff-aarch64-pc-windows-msvc.zip", + "hash": "dfabc8ae84c77ae3ccd18b69d219b1fe95bd16d6ec11471facb08056f65039dd" } }, "bin": "ruff.exe",