ruff: Update to version 0.11.4

This commit is contained in:
github-actions[bot] 2025-04-04 20:28:36 +00:00
parent aa87662ffc
commit 4dbe3c77a9

View File

@ -1,20 +1,20 @@
{ {
"version": "0.11.3", "version": "0.11.4",
"description": "An extremely fast Python linter and code formatter, written in Rust.", "description": "An extremely fast Python linter and code formatter, written in Rust.",
"homepage": "https://github.com/astral-sh/ruff", "homepage": "https://github.com/astral-sh/ruff",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.11.3/ruff-x86_64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.11.4/ruff-x86_64-pc-windows-msvc.zip",
"hash": "d5649ba04579aa66aa876862fa58d28ebe327513e7b4d89f087f04992ec69f4c" "hash": "b8b64b08a371e195fd76a9a4f38d30de9ca3c0151eea776d55c53324c3de4ea4"
}, },
"32bit": { "32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.11.3/ruff-i686-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.11.4/ruff-i686-pc-windows-msvc.zip",
"hash": "e4a3ad502c4ebcb50e54acc2643aecb2c3adc16ed00d2bdac8ab08898f508431" "hash": "2d068600be4a657b888ab4654c94b0f7f63d3246ea7fff14b734d2ab0053718c"
}, },
"arm64": { "arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.11.3/ruff-aarch64-pc-windows-msvc.zip", "url": "https://github.com/astral-sh/ruff/releases/download/0.11.4/ruff-aarch64-pc-windows-msvc.zip",
"hash": "281f3e2ce6d17409e54f5a6a883e1aa8bdfa70d86baca74efb17b617094926cf" "hash": "90ff70103285d09929f7b31a11c30bd2c5df752e2d3a61e540599cee06c39dc9"
} }
}, },
"bin": "ruff.exe", "bin": "ruff.exe",