From 91e5c8ea7a0ec3f267d115691fa6e8d728b4926c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 16:30:14 +0000 Subject: [PATCH] ruff: Update to version 0.11.9 --- bucket/ruff.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruff.json b/bucket/ruff.json index c72172d1e8..1c11603946 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.11.8", + "version": "0.11.9", "description": "An extremely fast Python linter and code formatter, written in Rust.", "homepage": "https://github.com/astral-sh/ruff", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.11.8/ruff-x86_64-pc-windows-msvc.zip", - "hash": "2279f17ad7474b9a1493ec2aab404e6f1109272d3221a5d38ee06ceb0e4c6100" + "url": "https://github.com/astral-sh/ruff/releases/download/0.11.9/ruff-x86_64-pc-windows-msvc.zip", + "hash": "b3c7144d40b3860b104cb88e5c8a95a326b81b3d305b9b6a2ce304761b8508c3" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.11.8/ruff-i686-pc-windows-msvc.zip", - "hash": "c9d35f023f94110fd77e0d84240b8c1daf26f923e115556d7ef1e1d3af663e83" + "url": "https://github.com/astral-sh/ruff/releases/download/0.11.9/ruff-i686-pc-windows-msvc.zip", + "hash": "17dd0dc46c38bf1fe4af50f1cc5b128054a43182cfb643d5ab2ac0382e94719b" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.11.8/ruff-aarch64-pc-windows-msvc.zip", - "hash": "06c2152f269949390bdde0cc9f6d74eb3f4068853a3d772b9ac9baa675b63a06" + "url": "https://github.com/astral-sh/ruff/releases/download/0.11.9/ruff-aarch64-pc-windows-msvc.zip", + "hash": "bebd2f05e37101023d32ca6b0a6ca1f619b0c5faccde7df0960d96bcc2bcf8bc" } }, "bin": "ruff.exe",