2024-08-08 16:29:16 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.5.7",
"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.5.7/ruff-x86_64-pc-windows-msvc.zip",
"hash": "43db9594ec5b2ebdebbcf950199dbe52ea87ce5d6c5cc0f44356f91c62641c4b"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.5.7/ruff-i686-pc-windows-msvc.zip",
"hash": "cafaeddc1ffb710c931a5c62652ccd1732841b6b4b1f2fb9bca4b694853ed486"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/0.5.7/ruff-aarch64-pc-windows-msvc.zip",
"hash": "2fc686fe1acc813bd51a2cac89f2cabfae9144db01862d04f052b06eb07cb522"
}
},
"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"
}
}
}