2024-04-25 20:25:36 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.4.2",
"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.2/ruff-0.4.2-x86_64-pc-windows-msvc.zip",
"hash": "ede9b71bae135e2042a5bdc61446da4c059776640ca803dd24a07a3d9a335ec1"
},
"32bit": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.4.2/ruff-0.4.2-i686-pc-windows-msvc.zip",
"hash": "521e4088ae693eb5e2ad16f6a8d70ccf97c2ca3b733117a50af27464036d3af5"
},
"arm64": {
"url": "https://github.com/astral-sh/ruff/releases/download/v0.4.2/ruff-0.4.2-aarch64-pc-windows-msvc.zip",
"hash": "19febbd1eb6bf4c7091b323548aee452d342e35f0daddcb2445e4416bf37bfaf"
}
},
"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"
}
}
}