diff --git a/bucket/ruff.json b/bucket/ruff.json index cfe0b737b4..f2e552d94f 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.1.11", + "version": "0.1.12", "description": "An extremely fast Python linter, written in Rust", "homepage": "https://github.com/astral-sh/ruff", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/v0.1.11/ruff-0.1.11-x86_64-pc-windows-msvc.zip", - "hash": "bdf9beb2e90028bd5113bc6bf8b450629503805fbb71d32a010785552001807b" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.1.12/ruff-0.1.12-x86_64-pc-windows-msvc.zip", + "hash": "255a7e8a84cf33cc495653b78768c733af3f7d7f4c698df80180eb60b537c3f3" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/v0.1.11/ruff-0.1.11-i686-pc-windows-msvc.zip", - "hash": "0e60c445c50123ec9460824c3e169967a9bdcea8b3481429a007c75de8895ae4" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.1.12/ruff-0.1.12-i686-pc-windows-msvc.zip", + "hash": "88a15fb7265646cccb996a59fb802ac70660e4f12ea686f629c6b0f545cf3d04" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/v0.1.11/ruff-0.1.11-aarch64-pc-windows-msvc.zip", - "hash": "95d29dd99b0d6c4525f0d6a59fa07cccf4b3e06a700f499a63d8e9b5ffa53a2c" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.1.12/ruff-0.1.12-aarch64-pc-windows-msvc.zip", + "hash": "7a5b061d0165ab9dd0d7112158e17bcf8d83c71cf4db72152273846889cc4978" } }, "bin": "ruff.exe",