2025-04-03 16:29:36 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.11.3",
"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.3/ruff-x86_64-pc-windows-msvc.zip",
"hash": "d5649ba04579aa66aa876862fa58d28ebe327513e7b4d89f087f04992ec69f4c"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.11.3/ruff-i686-pc-windows-msvc.zip",
"hash": "e4a3ad502c4ebcb50e54acc2643aecb2c3adc16ed00d2bdac8ab08898f508431"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.11.3/ruff-aarch64-pc-windows-msvc.zip",
"hash": "281f3e2ce6d17409e54f5a6a883e1aa8bdfa70d86baca74efb17b617094926cf"
}
},
"bin": "ruff.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/$version/ruff-x86_64-pc-windows-msvc.zip"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/$version/ruff-i686-pc-windows-msvc.zip"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/$version/ruff-aarch64-pc-windows-msvc.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}