From 1f6626e1bc2f2c0e7e8a742aa788e846a0a14514 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 04:26:44 +0000 Subject: [PATCH] ruff: Update to version 0.0.271 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index c361695b80..884ef434ec 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.0.270", + "version": "0.0.271", "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.270/ruff-x86_64-pc-windows-msvc.zip", - "hash": "81d197007aefe86a54e67ccc79fcce7966f9b2b3c00625bddfc6936141b4d6ab" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.271/ruff-x86_64-pc-windows-msvc.zip", + "hash": "56ec98ed1e54a839171a74eb3560714447648d207cc50aa950ef9a61957dd7bb" }, "32bit": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.270/ruff-i686-pc-windows-msvc.zip", - "hash": "9d77a9a691bb380a34001b0f3db222491a4696147fa29c853d0bafa629fbb26b" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.271/ruff-i686-pc-windows-msvc.zip", + "hash": "0370838a1506285c99c3f35ad991cd8fefe349542359c54dcbabfcead432aed7" }, "arm64": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.270/ruff-aarch64-pc-windows-msvc.zip", - "hash": "f1825378565ec0002bc8b012086ed4e3575643812617ce7c90605b0b07d3530d" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.271/ruff-aarch64-pc-windows-msvc.zip", + "hash": "09ff69a213ea6babe078e7c34dc770f04bcb438cfa29cf0a26227643d3e39176" } }, "bin": "ruff.exe",