2025-07-17 20:30:32 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.12.4",
"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.12.4/ruff-x86_64-pc-windows-msvc.zip",
"hash": "0fcadba5764177cc79d3b1bdf56481e71977dd167efd1073f9db9b719e34ed38"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.12.4/ruff-i686-pc-windows-msvc.zip",
"hash": "5f6a09e123059e7b434edc68b5ed5e8d2af8156cf10506a3587c51ecc1ffcab1"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.12.4/ruff-aarch64-pc-windows-msvc.zip",
"hash": "859739ae8f64f39512f637ecc56ca12adfdc0d45f79f2ce1ba53d5111d92e753"
}
},
"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"
}
}
}