diff --git a/bucket/ruff.json b/bucket/ruff.json index f2e552d94f..ea22d2c0cb 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.1.12", + "version": "0.1.13", "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.12/ruff-0.1.12-x86_64-pc-windows-msvc.zip", - "hash": "255a7e8a84cf33cc495653b78768c733af3f7d7f4c698df80180eb60b537c3f3" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.1.13/ruff-0.1.13-x86_64-pc-windows-msvc.zip", + "hash": "281ac3ac6b33367766313589c6fa0afce073a3cfb0eead36bf7e2fea4cbe797d" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/v0.1.12/ruff-0.1.12-i686-pc-windows-msvc.zip", - "hash": "88a15fb7265646cccb996a59fb802ac70660e4f12ea686f629c6b0f545cf3d04" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.1.13/ruff-0.1.13-i686-pc-windows-msvc.zip", + "hash": "0c1dc1f3e52e618246c489d306bea596c2697106a1ae3dda0bbafe9688517fc2" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/v0.1.12/ruff-0.1.12-aarch64-pc-windows-msvc.zip", - "hash": "7a5b061d0165ab9dd0d7112158e17bcf8d83c71cf4db72152273846889cc4978" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.1.13/ruff-0.1.13-aarch64-pc-windows-msvc.zip", + "hash": "2920aa60da39e966c2b49b2d851d92cbe22a0e0030db85599fc35c5ea232f316" } }, "bin": "ruff.exe",