From 85bb05cced1a3f48875f200e9e6bebc2dd2554e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 20:27:32 +0000 Subject: [PATCH] ruff: Update to version 0.0.253 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index 9240d79997..573eec577f 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.0.252", + "version": "0.0.253", "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.252/ruff-x86_64-pc-windows-msvc.zip", - "hash": "c75db4684d8ca71f4ab9745e73bc386d481d6a79a8dfde24d03890289f928f5e" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.253/ruff-x86_64-pc-windows-msvc.zip", + "hash": "6dc842c4ce113e7c53ffef2c4f64dff711274b120b4cee90b5638aa90cc7be6c" }, "32bit": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.252/ruff-i686-pc-windows-msvc.zip", - "hash": "651083e305d1d4052c0b49e26f7124e89aeda4cbb8afd8c03005beb7c5785d32" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.253/ruff-i686-pc-windows-msvc.zip", + "hash": "99d2b67aece1518d2c415d92f5b34d74f404514f7b9ae3b28cac5b94b6e7d908" }, "arm64": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.252/ruff-aarch64-pc-windows-msvc.zip", - "hash": "1b90539a772bf5f416360766d4c2a6bfbf738c3ee08afd992e84df35842820d7" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.253/ruff-aarch64-pc-windows-msvc.zip", + "hash": "ce5970627e5dd6cfb3a0a5915a3e6b968b38aa8ba90cf6a051d649ce1e40fabe" } }, "bin": "ruff.exe",