From bf6069ea452a160d1595d301fc7c9f48065f301c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 00:34:11 +0000 Subject: [PATCH] ruff: Update to version 0.0.269 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index bfe811ea30..42820eeab4 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.0.268", + "version": "0.0.269", "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.268/ruff-x86_64-pc-windows-msvc.zip", - "hash": "30d287f272f7b3c02bf46421022e5cac6839cfd5e38d17a0e23ecf7645605fb4" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.269/ruff-x86_64-pc-windows-msvc.zip", + "hash": "ee64eda2a22a316ad0c8b75cdc63038a284d54223b58a36c68c180b81b759731" }, "32bit": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.268/ruff-i686-pc-windows-msvc.zip", - "hash": "ddea2616787347525ec83f8cb97c73267880674bef60d4664d07271cc9159a22" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.269/ruff-i686-pc-windows-msvc.zip", + "hash": "23eb54812cae207321cee434a68a736ae939da21bdb080e609c5fa3b90106131" }, "arm64": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.268/ruff-aarch64-pc-windows-msvc.zip", - "hash": "cdafb1ecbcb2f10f1035b2e835a4acc7aa4141c7c258f781f7247d6a96b7f9a0" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.269/ruff-aarch64-pc-windows-msvc.zip", + "hash": "af044c104fc218d5c25f5d2f62592396b82547edb00ee027672f7271f0584d5f" } }, "bin": "ruff.exe",