2024-06-20 20:25:16 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.4.10",
"description": "An extremely fast Python linter, written in Rust",
"homepage": "https://github.com/astral-sh/ruff",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.4.10/ruff-0.4.10-x86_64-pc-windows-msvc.zip",
"hash": "8e3305d1b6411a8ae5795790e473f855bf12d074e9e9716e2ef104e9ad499c25"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.4.10/ruff-0.4.10-i686-pc-windows-msvc.zip",
"hash": "186e622879758c4f26026927415ed7ed57871b95ae241d39e4128007319eb3c7"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.4.10/ruff-0.4.10-aarch64-pc-windows-msvc.zip",
"hash": "6b526e4da0d45589dc1247615e418d5e82490e25f8234b45551b2737f14ca5a1"
}
},
"bin": "ruff.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v$version/ruff-$version-x86_64-pc-windows-msvc.zip"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v$version/ruff-$version-i686-pc-windows-msvc.zip"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/v$version/ruff-$version-aarch64-pc-windows-msvc.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}