2026-01-23 00:45:21 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.14.14",
"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.14.14/ruff-x86_64-pc-windows-msvc.zip",
"hash": "81bfeed34f15296e6c81ecea912b6fff4430b957de8a1181ce9365434e3d6744"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.14.14/ruff-i686-pc-windows-msvc.zip",
"hash": "4f6af9d82acae3d1308c55b0fa51b84d57eafc380aedf97a53a32314118c9a71"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.14.14/ruff-aarch64-pc-windows-msvc.zip",
"hash": "449982699657bd68d170440dad958281b030bc05865fe012d043cd225e78eb79"
}
},
"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"
}
}
}