From 09e99645a1fd585014ec18f276eb9655f958acab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 20:24:29 +0000 Subject: [PATCH] ruff: Update to version 0.1.6 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index c009211593..0ec971ff9d 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.1.5", + "version": "0.1.6", "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.1.5/ruff-x86_64-pc-windows-msvc.zip", - "hash": "7ceb685bf77d218a88b495c999662e487144c639122d672d07b4246c0e88cee9" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.6/ruff-x86_64-pc-windows-msvc.zip", + "hash": "95f141c5e08d63114555ac03d67f65ee1f2715066384173ba07370e7785762dd" }, "32bit": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.5/ruff-i686-pc-windows-msvc.zip", - "hash": "7d6bd293c94b319db8c00116b54514000b44fd094e3819d9510298de72fc60c8" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.6/ruff-i686-pc-windows-msvc.zip", + "hash": "6f2da156ab896755a4bf52b9c15678bc55a785cf7ad3ed066cf9122cbafc4fd8" }, "arm64": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.5/ruff-aarch64-pc-windows-msvc.zip", - "hash": "600563177808cc5b20ed7a63785720659168f067e589bc3311f478032f721374" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.6/ruff-aarch64-pc-windows-msvc.zip", + "hash": "5ab84560c8015fb15e3d4aff37d8af2fad054efe49fbbcc197abeea74e356d98" } }, "bin": "ruff.exe",