From 48469ad55d4352a8d6009a2c9d00e71e4e49ecca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 00:32:24 +0000 Subject: [PATCH] ruff: Update to version 0.1.4 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index 7a608a409b..0bfd828e01 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.1.3", + "version": "0.1.4", "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.3/ruff-x86_64-pc-windows-msvc.zip", - "hash": "605e44ed4e7ae718dca298584270816c1d8c6eddcc1bc96b17c37d5938706ddc" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.4/ruff-x86_64-pc-windows-msvc.zip", + "hash": "d87c514da69457d7b6b6c9805a0b9e339d4b0bc865be45fc439c703c30d98f37" }, "32bit": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.3/ruff-i686-pc-windows-msvc.zip", - "hash": "cc24eb8bc24c90ccb6686485c02d3df3a0cec04c9d0491d92a4479dad9064313" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.4/ruff-i686-pc-windows-msvc.zip", + "hash": "578ff7a38fb17d7724e546cb28a4be4055982dec496f4bcf6563af8d0574193d" }, "arm64": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.3/ruff-aarch64-pc-windows-msvc.zip", - "hash": "daf5642a0b14d78a7cb1c9e7305d034ee9c6a09071e8507379b5b2686da9150c" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.4/ruff-aarch64-pc-windows-msvc.zip", + "hash": "308e9e70c60549ca7b4f173c5dd9c1992daf265f3e934698f90baeebefe97c71" } }, "bin": "ruff.exe",