2026-02-13 05:00:24 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.15.1",
"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.15.1/ruff-x86_64-pc-windows-msvc.zip",
"hash": "4bd4d5bb5b3c3fa44a4c3d4748dc03f9fbd53808ff2d3adda75e50b1ec1374e2"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.15.1/ruff-i686-pc-windows-msvc.zip",
"hash": "d9cfcea09126f510a675374f308b9b8abd7537e87ed1db3dbebf7211ed6d8fec"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.15.1/ruff-aarch64-pc-windows-msvc.zip",
"hash": "f29b448a5a3648f4aae87ed1c778f0d9b2cccd40ec5892b2be06c1b568410829"
}
},
"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"
}
}
}