From 2c062982f9a59423cb0c1ef3e60156a4a40e5bd7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 20:25:37 +0000 Subject: [PATCH] ruff: Update to version 0.0.278 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index 06b09597d2..3f628d8ba7 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.0.277", + "version": "0.0.278", "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.277/ruff-x86_64-pc-windows-msvc.zip", - "hash": "b00c265d4e21c22b04499f640430a4464b069e947ea727655b18d21985fc66c7" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.278/ruff-x86_64-pc-windows-msvc.zip", + "hash": "d9ed813f04a393cd621f0ca5512097ecf9f49307cc313f6512b7aa71f6f5f0b5" }, "32bit": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.277/ruff-i686-pc-windows-msvc.zip", - "hash": "601572dc8461635bcd2c5354417a9962090d282de5722f769b3a438fb773301b" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.278/ruff-i686-pc-windows-msvc.zip", + "hash": "71800c0aead687a882db32bacbf59c05e26cba615f8b487d6f3bed3649a96f1e" }, "arm64": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.277/ruff-aarch64-pc-windows-msvc.zip", - "hash": "57cfa448eca14404063da7fe70025fd360a009243e8eb86a2bc95a8d9b301816" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.278/ruff-aarch64-pc-windows-msvc.zip", + "hash": "42688a3890e2f4662a1fbf4016bc6f66a48d99c0ffb8486ee76ba482aad55744" } }, "bin": "ruff.exe",